[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 3 / d / PlayolaCore / 0.0.2 / PlayolaCore.podspec.json
blob163c0bdaecddbdcdc6fa6d509196fb1d88f9026c
2   "name": "PlayolaCore",
3   "version": "0.0.2",
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.2"
19   },
20   "exclude_files": [
22   ],
23   "default_subspecs": "Full",
24   "pushed_with_swift_version": "3.1",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/*.swift"
29     },
30     {
31       "name": "Full",
32       "dependencies": {
33         "Alamofire": [
34           "4.5.0"
35         ],
36         "PromiseKit": [
37           "~> 4.0"
38         ]
39       }
40     }
41   ]