[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / 2 / TKNetworkService / 1.0.2 / TKNetworkService.podspec.json
blob27b42cccb57207e3fb7c83ab2862580a3931f780
2   "name": "TKNetworkService",
3   "module_name": "NetworkService",
4   "version": "1.0.2",
5   "summary": "A simple NetworkService.",
6   "description": "A simple NetworkService with Alamofire and RxSwift.",
7   "homepage": "https://github.com/TBXark/NetworkService",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "TBXark": "tbxark@outlook.com"
14   },
15   "source": {
16     "git": "https://github.com/TBXark/NetworkService.git",
17     "tag": "1.0.2"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "NetworkService/Classes/**/*.swift",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.5"
26     ],
27     "RxSwift": [
28       "~> 4.0"
29     ],
30     "RxCocoa": [
31       "~> 4.0"
32     ],
33     "TKJsonMapper": [
35     ]
36   }