blob: a855a80059f6eb805e26b4c25a630e4031a3a07e [file] [log] [blame]
{
"name": "PlayolaCore",
"version": "0.0.16",
"summary": "Basic Playola Communication and Models.",
"homepage": "https://github.com/briankeane/PlayolaCore.git",
"license": {
"type": "MIT"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"authors": {
"Brian Keane": "brian@playola.fm"
},
"platforms": {
"ios": "10.3",
"osx": "10.12"
},
"source": {
"git": "https://github.com/briankeane/PlayolaCore.git",
"tag": "0.0.16"
},
"exclude_files": [
],
"dependencies": {
"Alamofire": [
"~> 4.5.0"
],
"PromiseKit": [
"~> 4.0"
],
"SwiftRemoteFileCache": [
"~> 0.0.8"
],
"Kingfisher": [
"~> 4.2.0"
],
"SwiftyJSON": [
"~> 4.0.0"
]
},
"source_files": "Sources/**/*.{h,m,c,swift}",
"ios": {
"exclude_files": "Sources/osxOnly/**/*.{h,m,swift}"
},
"osx": {
"exclude_files": "Sources/iosOnly/**/*.{h,m,swift}"
},
"resource_bundles": {
"PlayolaImages": [
"Sources/Images/**/*.{png,xcassets,imageset,json}"
]
},
"resources": "Sources/Images/**/*.{png,xcassets,imageset,json}"
}