[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / e / b / d / NetClient / 0.4.11 / NetClient.podspec.json
blobdee93aaed5dab700346fb174b8554b29b4b769aa
2   "name": "NetClient",
3   "version": "0.4.11",
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.4.11"
16   },
17   "social_media_url": "https://twitter.com/intelygenz",
18   "screenshots": "https://github.com/intelygenz/NetClient-iOS/raw/master/Logo.png",
19   "platforms": {
20     "ios": "9.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   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Core/*.{h,swift}"
35     },
36     {
37       "name": "URLSession",
38       "dependencies": {
39         "NetClient/Core": [
41         ]
42       },
43       "source_files": "URLSession/*.{h,swift}"
44     },
45     {
46       "name": "Alamofire",
47       "dependencies": {
48         "NetClient/Core": [
50         ],
51         "Alamofire": [
52           "~> 4.7"
53         ]
54       },
55       "source_files": "Alamofire/*.{h,swift}"
56     },
57     {
58       "name": "Moya",
59       "dependencies": {
60         "NetClient/Core": [
62         ],
63         "Alamofire": [
64           "~> 4.1"
65         ],
66         "Moya": [
67           "~> 11.0"
68         ]
69       },
70       "source_files": "Moya/*.{h,swift}"
71     },
72     {
73       "name": "Kommander",
74       "dependencies": {
75         "NetClient/URLSession": [
77         ],
78         "Kommander": [
79           "~> 1.0"
80         ]
81       },
82       "source_files": "Kommander/*.{h,swift}"
83     },
84     {
85       "name": "RxSwift",
86       "dependencies": {
87         "NetClient/URLSession": [
89         ],
90         "RxSwift": [
91           "~> 4.2"
92         ]
93       },
94       "source_files": "RxSwift/*.{h,swift}"
95     },
96     {
97       "name": "Stub",
98       "dependencies": {
99         "NetClient/Core": [
101         ]
102       },
103       "source_files": "Stub/*.{h,swift}"
104     }
105   ]