Skip to content

Commit

Permalink
Add podspec for new beta iOS SDK and new iOS Push SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
msv committed Aug 10, 2012
1 parent 295cad9 commit 452f051
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions StackMob/1.0.0beta.1/StackMob.podspec
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = 'StackMob'
s.version = '1.0.0beta.1'
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', :commit => '29c61925d37333e449adf647d6fe559879c46592' }
s.platform = :ios
s.source_files = 'Classes/*.{h,m}', 'Classes/API/*.{h,m}', 'Utility/*.{h,m}', 'CoreData/Classes/*.{h,m}'
s.dependency 'AFNetworking', '~> 1.0RC1'
s.frameworks = 'CoreData', 'CoreLocation'
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
22 changes: 22 additions & 0 deletions StackMobPush/1.0.0/StackMobPush.podspec
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = 'StackMobPush'
s.version = '1.0.0'
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', :commit => 'da20af1e04d1d7dff66cffc7779942317f1374d6' }
s.platform = :ios
s.source_files = 'stackmob-ios-push-sdk/*.{h,m}'
s.dependency 'stl-oauth-client', :git => 'https://github.com/jonah-carbonfive/stl-oauth-client.git', :commit => 'd73a89b92a4ec6068b2ae36e09b32e6d8717e180'
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

0 comments on commit 452f051

Please sign in to comment.