Skip to content

Commit

Permalink
Add StackMob beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
msv committed Aug 28, 2012
1 parent 022e74e commit 989bb3e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions StackMob/1.0.0beta.3/StackMob.podspec
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = 'StackMob'
s.version = '1.0.0beta.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', :commit => '47927ba8dea0a96b03df24758db5c88de8abca20' }
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

0 comments on commit 989bb3e

Please sign in to comment.