blob: bdc69bc424733aa4b140dfb8d76746c8692a8be6 [file] [log] [blame]
{
"name": "Soundcloud",
"version": "1.0.1",
"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.",
"source": {
"git": "https://github.com/delannoyk/SoundcloudSDK.git",
"tag": "1.0.1"
},
"source_files": "sources/SoundcloudSDK/**/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"ios": {
"dependencies": {
"UICKeyChainStore": [
"~> 2.0.6"
],
"1PasswordExtension": [
"~> 1.8.3"
]
}
},
"osx": {
"dependencies": {
"UICKeyChainStore": [
"~> 2.0.6"
]
}
},
"tvos": {
"exclude_files": "sources/SoundcloudSDK/views/SoundcloudWebViewController.swift"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}