Files
JBChartView/CocoaSoundCloudAPI/1.0.0/CocoaSoundCloudAPI.podspec
T
Fabio Pelosin 1a2c95e4bf General fixes.
2012-11-19 23:47:02 +01:00

20 lines
686 B
Ruby

Pod::Spec.new do |s|
s.name = 'CocoaSoundCloudAPI'
s.version = '1.0.0'
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' }
s.source = { :git => 'https://github.com/soundcloud/CocoaSoundCloudAPI.git', :tag => 'v1.0' }
s.source_files = 'Sources', 'Sources/**/*.{h,m}'
s.framework = 'Security'
s.dependency 'NXOAuth2Client', '~> 1.0'
s.license = 'Apache License, Version 2.0'
end