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