Skip to content

Instantly share code, notes, and snippets.

@vitoziv
Created November 22, 2013 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vitoziv/7595486 to your computer and use it in GitHub Desktop.
Save vitoziv/7595486 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'moves-ios-sdk'
s.version = '0.1.0'
s.platform = :ios,'6.0'
s.license = 'https://github.com/vitoziv/moves-ios-sdk/blob/master/LICENSE'
s.summary = 'Moves app iOS SDK '
s.homepage = 'https://github.com/vitoziv/moves-ios-sdk'
s.author = {
'Vito Zhang' => 'zhangwei.noair@gmail.com'
}
s.requires_arc = true
s.source = {
:git => 'https://github.com/vitoziv/moves-ios-sdk.git',
:tag => '0.0.4'
}
s.source_files = 'moves-ios-sdk/*.{h,m}',
'moves-ios-sdk/models/**/*.{h,m}',
'moves-ios-sdk/internal/**/*.{h,m}'
s.dependency 'AFNetworking', '~> 1.3.3'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment