[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / f / 3 / d / PlayolaCore / 0.0.12 / PlayolaCore.podspec.json
blob536d1026d0450be8ea7a135d49ff422ba211d725
2   "name": "PlayolaCore",
3   "version": "0.0.12",
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.12"
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   "ios": {
44     "dependencies": {
45       "KDCircularProgress": [
47       ]
48     },
49     "exclude_files": "Sources/osxOnly/**/*.{h,m,swift}"
50   },
51   "source_files": "Sources/**/*.{h,m,swift}",
52   "osx": {
53     "exclude_files": "Sources/iosOnly/**/*.{h,m,swift}"
54   },
55   "resource_bundles": {
56     "PlayolaImages": [
57       "Sources/Images/**/*.xcassets"
58     ]
59   },
60   "resources": "Sources/Images/**/*.{png,xcassets}",
61   "pushed_with_swift_version": "3.1"