blob: cc2a6ecc65d2e2d6a74a9db04405ef6b96a3d9df [file] [log] [blame]
{
"name": "CocoaSoundCloudUI",
"version": "1.0.5",
"summary": "A simple way to share audio on soundcloud.com.",
"homepage": "https://github.com/soundcloud/CocoaSoundCloudUI",
"authors": {
"Ullrich Schäfer": "ullrich@soundcloud.com",
"Robert Böhnke": "robb@soundcloud.com",
"Tobias Kräntzer": "tk@soundcloud.com",
"Rob Siwek": "robert@soundcloud.com"
},
"license": "Apache License, Version 2.0",
"source": {
"git": "https://github.com/soundcloud/CocoaSoundCloudUI.git",
"tag": "v1.0.5"
},
"platforms": {
"ios": null
},
"source_files": [
"Sources",
"Sources/**/*.{h,m}"
],
"resources": "SoundCloud.bundle",
"frameworks": "CoreLocation",
"dependencies": {
"CocoaSoundCloudAPI": [
"~> 1.0.1"
],
"OHAttributedLabel": [
],
"JSONKit": [
]
},
"requires_arc": false
}