Created
October 4, 2013 19:48
-
-
Save RobertAudi/6831678 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 = 'CocoaSoundCloudAPI' | |
s.version = '1.0.2' | |
s.summary = 'A simple way to interact with the SoundCloud CocoaSoundCloudAPI.' | |
s.homepage = 'https://github.com/soundcloud/CocoaSoundCloudAPI' | |
s.author = { 'Ullrich Schäfer' => '[email protected]', | |
'Robert Böhnke' => '[email protected]', | |
'Tobias Kräntzer' => '[email protected]', | |
'Rob Siwek' => '[email protected]' } | |
s.platform = :osx | |
s.source = { :git => 'https://github.com/soundcloud/CocoaSoundCloudAPI.git', :tag => 'v1.0.2' } | |
s.source_files = 'Sources', 'Sources/**/*.{h,m}' | |
s.framework = 'Security' | |
s.dependency 'NXOAuth2Client', '1.2.2' | |
s.license = 'Apache License, Version 2.0' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment