blob: 35e89f0384900320d3f10957871e231f9bde5e43 [file] [log] [blame]
{
"name": "Soundcloud",
"version": "0.1.3",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/delannoyk/SoundcloudSDK",
"authors": {
"Kevin Delannoy": "delannoyk@gmail.com"
},
"summary": "SoundcloudSDK is a framework written in Swift over Soundcloud API.",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/delannoyk/SoundcloudSDK.git",
"tag": "0.1.3"
},
"source_files": "sources/SoundcloudSDK/**/*.swift",
"frameworks": "UIKit",
"dependencies": {
"UICKeyChainStore": [
"~> 2.0.6"
],
"1PasswordExtension": [
"~> 1.5"
]
},
"requires_arc": true
}