blob: 918a86c3679b200919585bac697a028ce0680e19 [file] [log] [blame]
{
"name": "Soundcloud",
"version": "0.8.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": "0.8.1"
},
"source_files": "sources/SoundcloudSDK/**/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"ios": {
"dependencies": {
"UICKeyChainStore": [
"~> 2.0.6"
],
"1PasswordExtension": [
"~> 1.5"
]
}
},
"osx": {
"dependencies": {
"UICKeyChainStore": [
"~> 2.0.6"
]
}
},
"tvos": {
"exclude_files": "sources/SoundcloudSDK/views/SoundcloudWebViewController.swift"
},
"requires_arc": true
}