[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 5 / f / Docker / 1.2.0 / Docker.podspec.json
blobb9270d37b41ef67477304c4861c3eeeae8d18f70
2   "name": "Docker",
3   "version": "1.2.0",
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.2.0"
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   ]