blob: d09aa1b1095eed88310c552a1d38860610ba0f73 [file] [log] [blame]
{
"name": "SoundCloud-Cocoa-API",
"summary": "Make authenticated requests to the SoundCloud API.",
"version": "1.0.5",
"license": {
"type": "propietary",
"text": "https://developers.soundcloud.com/docs/api/terms-of-use"
},
"authors": "SoundCloud",
"homepage": "https://developers.soundcloud.com/docs/api/ios-quickstart",
"source": {
"git": "https://github.com/mhuusko5/SoundCloud-Cocoa-API.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m}"
],
"frameworks": "Security",
"dependencies": {
"NXOAuth2Client": [
"1.2.2"
]
},
"requires_arc": true
}