[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 5 / f / Docker / 1.3.2 / Docker.podspec.json
blob52d1fa0b98fbc01f898f4d12b9cc7041500716b5
2   "name": "Docker",
3   "version": "1.3.2",
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.2"
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": [
28           "~> 2.6.0"
29         ],
30         "Mantle": [
32         ]
33       }
34     },
35     {
36       "name": "Blabber",
37       "dependencies": {
38         "Docker/Core": [
40         ],
41         "Blabber": [
43         ]
44       },
45       "xcconfig": {
46         "GCC_PREPROCESSOR_DEFINITIONS": "BLABBER=1"
47       }
48     }
49   ]