blob: 355264fa5913c48af8aea6b2a4771cb28dbce0e0 [file] [log] [blame]
{
"name": "SoundCloud-Cocoa-API",
"summary": "Make authenticated requests to the SoundCloud API.",
"version": "1.0.4",
"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.4"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m}"
],
"frameworks": "Security",
"dependencies": {
"NXOAuth2Client": [
"1.2.2"
]
},
"requires_arc": false
}