blob: 9df4b95aacec71eb4468f3b1b9abaebf1e965d7e [file] [log] [blame]
{
"name": "CocoaSoundCloudUI",
"version": "1.0.9",
"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",
"Vincent Garrigues": "vincent@soundcloud.com",
"Slavko Krucaj": "slavko@soundcloud.com",
"Ray Yamamoto Hilton": "ray@wirestorm.net"
},
"license": "Apache License, Version 2.0",
"source": {
"git": "https://github.com/soundcloud/CocoaSoundCloudUI.git",
"tag": "1.0.9"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m}"
],
"resources": "SoundCloud.bundle",
"frameworks": "CoreLocation",
"dependencies": {
"CocoaSoundCloudAPI": [
"~> 1.0.2"
],
"OHAttributedLabel": [
]
},
"requires_arc": false
}