[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / 4 / 0 / ParseDeleteService / 0.3.0 / ParseDeleteService.podspec.json
blob3add89f5307ccda263271fe18408254047167b65
2   "name": "ParseDeleteService",
3   "version": "0.3.0",
4   "summary": "A dependency-injectable service wrapping DELETE requests to the Parse REST API.",
5   "description": "A dependency-injectable service wrapping DELETE requests to the Parse REST API.\nRequires the API Service.",
6   "homepage": "https://github.com/AttilaTheFun/ParseService",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/ParseService.git",
13     "tag": "0.3.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "SwiftToolKit": [
21       "~>0.2.4"
22     ],
23     "ServiceRegistry/API": [
24       "~>0.3.1"
25     ],
26     "PromiseKit": [
27       "~>3.0"
28     ],
29     "ParseUtils": [
30       "~>0.3.0"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "API",
36       "source_files": "Pod/Delete/API/*.swift"
37     },
38     {
39       "name": "Implementation",
40       "dependencies": {
41         "APIService/API": [
42           "~>0.3.1"
43         ],
44         "ParseDeleteService/API": [
46         ]
47       },
48       "source_files": "Pod/Delete/Implementation/*.swift"
49     }
50   ]