[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 3 / d / PlayolaCore / 0.2.3 / PlayolaCore.podspec.json
blob7e189829f127dadf0999c732ca92b56283ffaae5
2   "name": "PlayolaCore",
3   "version": "0.2.3",
4   "summary": "Basic Playola Communication and Models.",
5   "homepage": "https://github.com/briankeane/PlayolaCore.git",
6   "license": {
7     "type": "MIT"
8   },
9   "pod_target_xcconfig": {
10     "SWIFT_VERSION": "4.2"
11   },
12   "authors": {
13     "Brian Keane": "brian@playola.fm"
14   },
15   "platforms": {
16     "ios": "10.3",
17     "osx": "10.12"
18   },
19   "source": {
20     "git": "https://github.com/briankeane/PlayolaCore.git",
21     "tag": "0.2.3"
22   },
23   "exclude_files": [
25   ],
26   "dependencies": {
27     "Alamofire": [
28       "~> 4.7.3"
29     ],
30     "PromiseKit": [
31       "~> 6.5.0"
32     ],
33     "SwiftRemoteFileCache": [
34       "~> 0.1"
35     ],
36     "Kingfisher": [
37       "~> 4.10.0"
38     ],
39     "SwiftyJSON": [
40       "~> 4.2.0"
41     ]
42   },
43   "source_files": "Sources/**/*.{h,m,c,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/**/*.{png,xcassets,imageset,json}"
53     ]
54   },
55   "resources": "Sources/Images/**/*.{png,xcassets,imageset,json}"