[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 3 / d / PlayolaCore / 0.0.11 / PlayolaCore.podspec.json
blob6f0f6422dbdc8de605bd4df0d4adf8300f5eceaf
2   "name": "PlayolaCore",
3   "version": "0.0.11",
4   "summary": "Basic Playola Communication and Models.",
5   "homepage": "https://github.com/briankeane/PlayolaCore.git",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Brian Keane": "brian@playola.fm"
11   },
12   "platforms": {
13     "ios": "10.3",
14     "osx": "10.12"
15   },
16   "source": {
17     "git": "https://github.com/briankeane/PlayolaCore.git",
18     "tag": "0.0.11"
19   },
20   "exclude_files": [
22   ],
23   "dependencies": {
24     "Alamofire": [
25       "4.5.0"
26     ],
27     "PromiseKit": [
28       "~> 4.0"
29     ],
30     "Locksmith": [
31       "~> 3.0.0"
32     ],
33     "AudioKit": [
34       "~> 3.7"
35     ],
36     "SwiftRemoteFileCache": [
37       "~> 0.0.8"
38     ],
39     "Kingfisher": [
40       "~> 3.13"
41     ]
42   },
43   "source_files": "Sources/**/*.{h,m,swift}",
44   "ios": {
45     "exclude_files": "Sources/osxOnly/**/*.{h,m,swift}"
46   },
47   "osx": {
48     "exclude_files": "Sources/iosOnly/**/*.{h,m,swift}"
49   },
50   "resource_bundles": {
51     "PlayolaImages": [
52       "Sources/Images/*"
53     ]
54   },
55   "resources": "Sources/Images/**/*.{png}",
56   "pushed_with_swift_version": "3.1"