[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / c / f / 6 / ParseService / 0.1.12 / ParseService.podspec.json
bloba66ac2c837054e5febb65d7961c8ae8010bb2703
2   "name": "ParseService",
3   "version": "0.1.12",
4   "summary": "A dependency-injectable service wrapping the Parse REST API.",
5   "description": "A dependency-injectable service wrapping 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.1.12"
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     "APIService/API": [
27       "~>0.3.1"
28     ],
29     "PromiseKit": [
30       "~>3.0"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Utils",
36       "source_files": "Pod/Utils/*.swift"
37     },
38     {
39       "name": "Create",
40       "subspecs": [
41         {
42           "name": "API",
43           "source_files": "Pod/Create/API/*.swift"
44         },
45         {
46           "name": "Implementation",
47           "dependencies": {
48             "ParseService/Utils": [
50             ],
51             "ParseService/Create/API": [
53             ]
54           },
55           "source_files": "Pod/Create/Implementation/*.swift"
56         }
57       ]
58     },
59     {
60       "name": "Read",
61       "subspecs": [
62         {
63           "name": "API",
64           "source_files": "Pod/Read/API/*.swift"
65         },
66         {
67           "name": "Implementation",
68           "dependencies": {
69             "ParseService/Utils": [
71             ],
72             "ParseService/Read/API": [
74             ]
75           },
76           "source_files": "Pod/Read/Implementation/*.swift"
77         }
78       ]
79     },
80     {
81       "name": "Update",
82       "subspecs": [
83         {
84           "name": "API",
85           "source_files": "Pod/Update/API/*.swift"
86         },
87         {
88           "name": "Implementation",
89           "dependencies": {
90             "ParseService/Utils": [
92             ],
93             "ParseService/Update/API": [
95             ]
96           },
97           "source_files": "Pod/Update/Implementation/*.swift"
98         }
99       ]
100     },
101     {
102       "name": "Delete",
103       "subspecs": [
104         {
105           "name": "API",
106           "source_files": "Pod/Delete/API/*.swift"
107         },
108         {
109           "name": "Implementation",
110           "dependencies": {
111             "ParseService/Utils": [
113             ],
114             "ParseService/Delete/API": [
116             ]
117           },
118           "source_files": "Pod/Delete/Implementation/*.swift"
119         }
120       ]
121     },
122     {
123       "name": "User",
124       "subspecs": [
125         {
126           "name": "Models",
127           "source_files": "Pod/User/Models/*.swift"
128         },
129         {
130           "name": "API",
131           "dependencies": {
132             "ParseService/Push/Models": [
134             ],
135             "ParseService/User/Models": [
137             ]
138           },
139           "source_files": "Pod/User/API/*.swift"
140         },
141         {
142           "name": "Implementation",
143           "dependencies": {
144             "ParseService/Utils": [
146             ],
147             "ParseService/User/Models": [
149             ],
150             "ParseService/User/API": [
152             ],
153             "ParseService/Create/API": [
155             ],
156             "ParseService/Read/API": [
158             ],
159             "ParseService/Update/API": [
161             ]
162           },
163           "source_files": "Pod/User/Implementation/*.swift"
164         }
165       ]
166     },
167     {
168       "name": "Push",
169       "subspecs": [
170         {
171           "name": "Models",
172           "source_files": "Pod/Push/Models/*.swift"
173         },
174         {
175           "name": "API",
176           "dependencies": {
177             "ParseService/User/Models": [
179             ],
180             "ParseService/Push/Models": [
182             ]
183           },
184           "subspecs": [
185             {
186               "name": "Base",
187               "source_files": "Pod/Push/API/Base/*.swift"
188             },
189             {
190               "name": "Registration",
191               "dependencies": {
192                 "ParseService/Push/API/Base": [
194                 ]
195               },
196               "source_files": "Pod/Push/API/Registration/*.swift"
197             },
198             {
199               "name": "Handling",
200               "dependencies": {
201                 "ParseService/Push/API/Base": [
203                 ]
204               },
205               "source_files": "Pod/Push/API/Handling/*.swift"
206             }
207           ]
208         },
209         {
210           "name": "Implementation",
211           "dependencies": {
212             "ParseService/Utils": [
214             ],
215             "ParseService/User/Models": [
217             ],
218             "ParseService/User/API": [
220             ],
221             "ParseService/Push/API": [
223             ],
224             "ParseService/Push/Models": [
226             ],
227             "ParseService/Create/API": [
229             ],
230             "ParseService/Read/API": [
232             ]
233           },
234           "subspecs": [
235             {
236               "name": "Base",
237               "source_files": "Pod/Push/Implementation/Base/*.swift"
238             },
239             {
240               "name": "Registration",
241               "dependencies": {
242                 "ParseService/Push/Implementation/Base": [
244                 ]
245               },
246               "source_files": "Pod/Push/Implementation/Registration/*.swift"
247             },
248             {
249               "name": "Handling",
250               "dependencies": {
251                 "ParseService/Push/Implementation/Base": [
253                 ]
254               },
255               "source_files": "Pod/Push/Implementation/Handling/*.swift"
256             }
257           ]
258         }
259       ]
260     },
261     {
262       "name": "Test",
263       "dependencies": {
264         "NavigationService": [
265           "~>0.3.3"
266         ],
267         "ServiceRegistry": [
268           "~>0.3.1"
269         ],
270         "APIService": [
271           "~>0.3.1"
272         ]
273       }
274     }
275   ]