blob: 163c0bdaecddbdcdc6fa6d509196fb1d88f9026c [file] [log] [blame]
{
"name": "PlayolaCore",
"version": "0.0.2",
"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.2"
},
"exclude_files": [
],
"default_subspecs": "Full",
"pushed_with_swift_version": "3.1",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift"
},
{
"name": "Full",
"dependencies": {
"Alamofire": [
"4.5.0"
],
"PromiseKit": [
"~> 4.0"
]
}
}
]
}