7766dde2ac
version same as tag version same as tag updated tag fixes after lint CocoaSoundCloudAPI dependency version fixed incorrect path Path fix commit instead of tag Updated tag
21 lines
707 B
Ruby
21 lines
707 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.platform = :ios
|
|
|
|
s.source = { :git => 'https://github.com/soundcloud/CocoaSoundCloudAPI.git', :tag => 'v1.0.0' }
|
|
|
|
s.source_files = 'Sources', 'Sources/**/*.{h,m}'
|
|
|
|
s.framework = 'Security'
|
|
|
|
s.dependency 'NXOAuth2Client', '1.2.1'
|
|
s.license = 'Apache License, Version 2.0'
|
|
end
|