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