StackMob iOS SDK beta 3

This commit is contained in:
Matt Vaznaian
2012-08-24 12:43:22 -07:00
parent 9f69430cfb
commit aef09a6775
+24
View File
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = 'StackMob'
s.version = '1.0.0beta.2'
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 => '449f7dfee8a3a323ee06f949baa5ad6086472511' }
s.platform = :ios
s.source_files = 'Classes/*.{h,m}', 'Utility/*.{h,m}', 'CoreData/Classes/*.{h,m}'
s.dependency 'AFNetworking', '~> 1.0RC1'
s.frameworks = 'CoreData'
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