diff --git a/CocoaSoundCloudAPI/1.0.1/CocoaSoundCloudAPI.podspec b/CocoaSoundCloudAPI/1.0.1/CocoaSoundCloudAPI.podspec new file mode 100644 index 00000000..836a9fd6 --- /dev/null +++ b/CocoaSoundCloudAPI/1.0.1/CocoaSoundCloudAPI.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'CocoaSoundCloudAPI' + s.version = '1.0.1' + 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 = :ios + + s.source = { :git => 'https://github.com/soundcloud/CocoaSoundCloudAPI.git', :tag => 'v1.0.1' } + + s.source_files = 'Sources', 'Sources/**/*.{h,m}' + + s.framework = 'Security' + + s.dependency 'NXOAuth2Client', '1.2.1' + s.license = 'Apache License, Version 2.0' +end