[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / c / a / 2 / CXNetwork / 1.0.0 / CXNetwork.podspec.json
blob9daaa33830a394cce0c7ae0665e9af930a281bda
2   "name": "CXNetwork",
3   "version": "1.0.0",
4   "summary": "Encapsulates a network request library with Moya and ObjectMapper.",
5   "module_name": "CXNetwork_Moya",
6   "description": "TODO: Encapsulates a network request library with Moya and ObjectMapper.",
7   "homepage": "https://github.com/chenxing640/CXNetwork-Moya",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Teng Fei": "hansen981@126.com"
14   },
15   "source": {
16     "git": "https://github.com/chenxing640/CXNetwork-Moya.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "tvos": "10.0",
22     "watchos": "3.0"
23   },
24   "swift_versions": [
25     "4.2",
26     "5.0"
27   ],
28   "requires_arc": true,
29   "source_files": "CXNetwork/Classes/*.{swift}",
30   "dependencies": {
31     "Moya": [
33     ],
34     "ObjectMapper": [
35       "~> 4.2.0"
36     ]
37   },
38   "swift_version": "5.0"