Add StackMob v1.1.3, add StackMobPush v1.0.2

This commit is contained in:
Matt Vaznaian
2012-11-15 12:01:35 -08:00
parent bbe6f39655
commit 08a2e76904
2 changed files with 45 additions and 0 deletions
+21
View File
@@ -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