[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / e / b / d / NetClient / 0.3.4 / NetClient.podspec.json
blob5e5edc734cb8fef908a69fc9af859eb4320f62c6
2   "name": "NetClient",
3   "version": "0.3.4",
4   "summary": "Versatile HTTP networking library written in Swift.",
5   "homepage": "https://github.com/intelygenz/NetClient-iOS",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Alex RupĂ©rez": "alejandro.ruperez@intelygenz.com"
12   },
13   "source": {
14     "git": "https://github.com/intelygenz/NetClient-iOS.git",
15     "tag": "0.3.4"
16   },
17   "social_media_url": "https://twitter.com/intelygenz",
18   "screenshots": "https://raw.githubusercontent.com/intelygenz/NetClient-iOS/master/Net.png",
19   "platforms": {
20     "ios": "8.0",
21     "watchos": "2.0",
22     "tvos": "9.0",
23     "osx": "10.10"
24   },
25   "frameworks": "Foundation",
26   "module_name": "Net",
27   "default_subspecs": [
28     "Core",
29     "URLSession"
30   ],
31   "pushed_with_swift_version": "4.0",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "Core/*.{h,swift}"
36     },
37     {
38       "name": "URLSession",
39       "dependencies": {
40         "NetClient/Core": [
42         ]
43       },
44       "source_files": "URLSession/*.{h,swift}"
45     },
46     {
47       "name": "Alamofire",
48       "dependencies": {
49         "NetClient/Core": [
51         ],
52         "Alamofire": [
53           "~> 4.5"
54         ]
55       },
56       "source_files": "Alamofire/*.{h,swift}"
57     },
58     {
59       "name": "Moya",
60       "dependencies": {
61         "NetClient/Core": [
63         ],
64         "Alamofire": [
65           "~> 4.1"
66         ],
67         "Moya": [
68           "~> 9.0"
69         ]
70       },
71       "source_files": "Moya/*.{h,swift}"
72     },
73     {
74       "name": "Kommander",
75       "dependencies": {
76         "NetClient/URLSession": [
78         ],
79         "Kommander": [
80           "~> 0.9"
81         ]
82       },
83       "source_files": "Kommander/*.{h,swift}"
84     }
85   ]