blob: 55f8121ff13c60e5106b1fe89a9fcb5dc35d15db [file] [log] [blame]
{
"name": "PlayolaCore",
"version": "0.0.10",
"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.10"
},
"exclude_files": [
],
"dependencies": {
"Alamofire": [
"4.5.0"
],
"PromiseKit": [
"~> 4.0"
],
"Locksmith": [
"~> 3.0.0"
],
"AudioKit": [
"~> 3.7"
],
"SwiftRemoteFileCache": [
"~> 0.0.8"
],
"Kingfisher": [
"~> 3.13"
]
},
"source_files": "Sources/**/*.{h,m,swift}",
"ios": {
"exclude_files": "Sources/osxOnly/**/*.{h,m,swift}"
},
"osx": {
"exclude_files": "Sources/iosOnly/**/*.{h,m,swift}"
},
"resource_bundles": {
"PlayolaImages": [
"Sources/Images/*"
]
},
"resources": "Sources/Images/**/*.{png}",
"pushed_with_swift_version": "3.1"
}