blob: d90fe429b05891b8909679adc75a161137148b48 [file] [log] [blame]
{
"name": "PlayolaCore",
"version": "0.0.3",
"summary": "Basic Playola Communication and Models.",
"homepage": "https://github.com/briankeane/PlayolaCore.git",
"license": {
"type": "MIT"
},
"authors": {
"Brian Keane": "brian@playola.fm"
},
"platforms": {
"ios": "10.3",
"osx": "10.12"
},
"source": {
"git": "https://github.com/briankeane/PlayolaCore.git",
"tag": "0.0.3"
},
"exclude_files": [
],
"pushed_with_swift_version": "3.1",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.{h,m,swift}"
},
{
"name": "Full",
"dependencies": {
"Alamofire": [
"4.5.0"
],
"PromiseKit": [
"~> 4.0"
]
}
}
]
}