[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / c / 5 / f / Docker / 1.3.1 / Docker.podspec.json
blobd190f1f9dae2419acccce457cfb6436e0058101d
2   "name": "Docker",
3   "version": "1.3.1",
4   "summary": "Docker handle in some easy steps all connections with your remote servers. Offers you some classes to call Web Services defining http method, request, response, .... and some classes to handle resources download.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/SysdataSpA/Docker",
7   "license": {
8     "type": "APACHE",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sysdata S.p.A.": "team.mobile@sysdata.it"
13   },
14   "source": {
15     "git": "https://github.com/SysdataSpA/Docker.git",
16     "tag": "1.3.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Docker/Classes/**/*",
27       "dependencies": {
28         "AFNetworking": [
29           "~> 2.6.0"
30         ],
31         "Mantle": [
33         ]
34       }
35     },
36     {
37       "name": "Blabber",
38       "dependencies": {
39         "Docker/Core": [
41         ],
42         "Blabber": [
44         ]
45       },
46       "xcconfig": {
47         "GCC_PREPROCESSOR_DEFINITIONS": "BLABBER=1"
48       }
49     }
50   ]