Skip to content

Instantly share code, notes, and snippets.

@keichi
Created July 9, 2013 10:03
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 keichi/5956198 to your computer and use it in GitHub Desktop.
Save keichi/5956198 to your computer and use it in GitHub Desktop.
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' => 'ullrich@soundcloud.com',
'Robert Böhnke' => 'robb@soundcloud.com',
'Tobias Kräntzer' => 'tk@soundcloud.com',
'Rob Siwek' => 'robert@soundcloud.com' }
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