From 0157590e59c460178a4792ef892d6bcd4ed3c373 Mon Sep 17 00:00:00 2001 From: Matt Vaznaian Date: Mon, 1 Oct 2012 11:32:09 -0700 Subject: [PATCH] Add StackMob iOS SDK 0.5.6 --- StackMob/0.5.6/StackMob.podspec | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 StackMob/0.5.6/StackMob.podspec diff --git a/StackMob/0.5.6/StackMob.podspec b/StackMob/0.5.6/StackMob.podspec new file mode 100644 index 00000000..65f15764 --- /dev/null +++ b/StackMob/0.5.6/StackMob.podspec @@ -0,0 +1,19 @@ +Pod::Spec.new do |s| + s.name = 'StackMob' + s.version = '0.5.6' + s.license = 'Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' + s.summary = "StackMob's SDK for accessing the StackMob Services on iOS." + s.homepage = 'http://stackmob.com' + s.author = { 'StackMob' => 'info@stackmob.com' } + s.source = { :git => 'https://github.com/stackmob/StackMob_iOS.git', :commit => 'dd242518109722678ede4d8f819bdeee697a08eb' } + + s.description = 'StackMob gives you everything you need to have a powerful platform so you can focus on creating feature-rich apps. Our flexible solution can help bring any app idea you have to life. From rapid implementation of persistence, to a proper workflow of development and production environments, to integrated services like Push Notifications and Social Integration so you no longer have to write the same code all your competitors write. + We don’t believe in lock in. You own and have complete access to your data, and can export at anytime, so build with confidence.' + + s.platform = :ios + s.source_files = 'StackMob', 'StackMob/Utils', 'StackMob/External/SecureUDID', 'StackMob/External/OAuthConsumer', 'StackMob/External/OAuthConsumer/Crypto' + s.dependency 'Reachability', '2.0.5' + s.dependency 'JSONKit', '1.5pre' + s.frameworks = 'CFNetwork', 'SystemConfiguration' + s.requires_arc = false +end