[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / d / 9 / DockerSwift / 1.0.0 / DockerSwift.podspec.json
blob1b59d48627f32e09001be029b910fe1600fe2d7f
2   "name": "DockerSwift",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "swift_version": "4.2",
8   "social_media_url": "https://www.facebook.com/sysdata.it/",
9   "summary": "DockerSwift handles in some easy steps all connections with your remote servers.",
10   "description": "DockerSwift handles 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.",
11   "homepage": "https://github.com/SysdataSpA/DockerSwift",
12   "license": {
13     "type": "APACHE",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Sysdata SpA": "team.mobile@sysdata.it"
18   },
19   "source": {
20     "git": "https://github.com/SysdataSpA/DockerSwift.git",
21     "tag": "1.0.0"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "DockerSwift/Classes/**/*",
28       "dependencies": {
29         "Alamofire": [
30           "~> 4"
31         ]
32       }
33     },
34     {
35       "name": "Blabber",
36       "dependencies": {
37         "DockerSwift/Core": [
39         ],
40         "Blabber": [
42         ]
43       },
44       "xcconfig": {
45         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) BLABBER"
46       }
47     }
48   ]