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