From 08a2e7690472fb1d09cafa4d0bad4eb1f34ff0bc Mon Sep 17 00:00:00 2001 From: Matt Vaznaian Date: Thu, 15 Nov 2012 12:01:35 -0800 Subject: [PATCH] Add StackMob v1.1.3, add StackMobPush v1.0.2 --- StackMob/1.1.3/StackMob.podspec | 24 ++++++++++++++++++++++++ StackMobPush/1.0.2/StackMobPush.podspec | 21 +++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 StackMob/1.1.3/StackMob.podspec create mode 100644 StackMobPush/1.0.2/StackMobPush.podspec diff --git a/StackMob/1.1.3/StackMob.podspec b/StackMob/1.1.3/StackMob.podspec new file mode 100644 index 00000000..10e7fb1e --- /dev/null +++ b/StackMob/1.1.3/StackMob.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = 'StackMob' + s.version = '1.1.3' + 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-sdk.git', :tag => s.version.to_s } + s.platform = :ios, '5.0' + s.source_files = 'Classes/*.{h,m}', 'Utility/*.{h,m}', 'CoreData/Classes/*.{h,m}', 'Push/*.{h,m}' + s.dependency 'AFNetworking', '1.0' + s.frameworks = 'CoreData', 'Security', 'SystemConfiguration', 'MobileCoreServices' + s.requires_arc = true + s.documentation = { + :appledoc => [ + '--index-desc','OverviewForDocs.md', + '--clean-output', + '--no-keep-undocumented-objects', + '--no-keep-undocumented-members', + '--no-repeat-first-par', + '--no-merge-categories', + '--install-docset' + ]} +end diff --git a/StackMobPush/1.0.2/StackMobPush.podspec b/StackMobPush/1.0.2/StackMobPush.podspec new file mode 100644 index 00000000..286e4292 --- /dev/null +++ b/StackMobPush/1.0.2/StackMobPush.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'StackMobPush' + s.version = '1.0.2' + s.license = 'Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' + s.summary = "StackMob's Push SDK for sending push notifications via 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-push-sdk.git', :tag => s.version.to_s } + s.platform = :ios, '5.0' + s.source_files = 'stackmob-ios-push-sdk/*.{h,m}' + s.requires_arc = true + s.documentation = { + :appledoc => [ + '--no-keep-undocumented-objects', + '--no-keep-undocumented-members', + '--no-repeat-first-par', + '--no-merge-categories', + '--install-docset' + ]} + +end \ No newline at end of file