[Add] ReactiveObjCForTDesk 5.0.3
[CocoaPods.git] / Specs / c / 5 / f / Docker / 1.3.10 / Docker.podspec.json
blob3f63a3cc5e47f1e7c7f0ad926c157ab6d7689be2
2   "name": "Docker",
3   "version": "1.3.10",
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.10"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Docker/Classes/**/*",
26       "dependencies": {
27         "AFNetworking/Reachability": [
28           "~> 2.6.0"
29         ],
30         "AFNetworking/Serialization": [
31           "~> 2.6.0"
32         ],
33         "AFNetworking/Security": [
34           "~> 2.6.0"
35         ],
36         "AFNetworking/NSURLSession": [
37           "~> 2.6.0"
38         ],
39         "AFNetworking/NSURLConnection": [
40           "~> 2.6.0"
41         ],
42         "Mantle": [
44         ]
45       }
46     },
47     {
48       "name": "Blabber",
49       "dependencies": {
50         "Docker/Core": [
52         ],
53         "Blabber": [
55         ]
56       },
57       "xcconfig": {
58         "GCC_PREPROCESSOR_DEFINITIONS": "BLABBER=1"
59       }
60     }
61   ]