blob: 3d4a125779d494e5adb2983c03f7017e76f0b3ec [file] [log] [blame]
{
"name": "CocoaSoundCloudUI",
"version": "1.0.3",
"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"
},
"license": "Apache License, Version 2.0",
"source": {
"git": "https://github.com/soundcloud/CocoaSoundCloudUI.git",
"tag": "1.0.3"
},
"platforms": {
"ios": null
},
"source_files": [
"Sources",
"Sources/**/*.{h,m}"
],
"resources": "SoundCloud.bundle",
"frameworks": "CoreLocation",
"dependencies": {
"CocoaSoundCloudAPI": [
"~> 1.0.0"
],
"OHAttributedLabel": [
],
"JSONKit": [
]
},
"requires_arc": false
}