[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / a / 2 / CXNetwork / 1.1.0 / CXNetwork.podspec.json
blobada60d6485195df911ef2768f9702f82c7046e11
2   "name": "CXNetwork",
3   "version": "1.1.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/itenfay/CXNetwork-Moya",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Tenfay": "itenfay@163.com"
14   },
15   "source": {
16     "git": "https://github.com/itenfay/CXNetwork-Moya.git",
17     "tag": "1.1.0"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "tvos": "10.0",
22     "watchos": "3.0"
23   },
24   "swift_versions": "5.0",
25   "requires_arc": true,
26   "source_files": "CXNetwork/Classes/*.{swift}",
27   "dependencies": {
28     "Moya": [
30     ],
31     "ObjectMapper": [
32       "~> 4.2.0"
33     ]
34   },
35   "swift_version": "5.0"