blob: 4b5473f624a8b1c9d22a2fd5232a1eb71b01f2e4 [file] [log] [blame]
{
"name": "SoundCloud-Cocoa-API",
"module_name": "SoundCloud",
"summary": "Maintained version of the Soundcloud Cocoa API.",
"version": "1.1.2",
"license": {
"type": "Proprietary",
"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.1.2"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m}"
],
"frameworks": "Security",
"dependencies": {
"NXOAuth2Client": [
"~> 1.2.2"
]
},
"requires_arc": true
}