[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 4 / 0 / ParseDeleteService / 0.4.0 / ParseDeleteService.podspec.json
blob00da08836d082264c78fa6d54876896dc305212c
2   "name": "ParseDeleteService",
3   "version": "0.4.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.4.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.4.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.4.0"
43         ],
44         "ParseDeleteService/API": [
46         ]
47       },
48       "source_files": "Pod/Delete/Implementation/*.swift"
49     }
50   ]