blob: 45e3a810d7b738505637340a1003bef7af85aa42 [file] [log] [blame]
{
"name": "SoundCloud-Cocoa-API",
"module_name": "SoundCloud",
"summary": "Maintained version of the Soundcloud Cocoa API.",
"version": "1.1.1",
"license": {
"type": "proprietary",
"text": "https://developers.soundcloud.com/docs/api/terms-of-use"
},
"authors": "SoundCloud",
"homepage": "https://developers.soundcloud.com/docs/api",
"source": {
"git": "https://github.com/mhuusko5/SoundCloud-Cocoa-API.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m}"
],
"frameworks": "Security",
"dependencies": {
"NXOAuth2Client": [
"~> 1.2.2"
]
},
"requires_arc": true
}