Created
November 22, 2013 05:56
-
-
Save vitoziv/7595486 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '[email protected]' | |
} | |
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