[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / 9 / TJNetwork / 0.0.1 / TJNetwork.podspec.json
blobfcaea4c9cef43184921cca8ead27ad9c285a3e9b
2   "name": "TJNetwork",
3   "version": "0.0.1",
4   "summary": "AFNetworking二次封装,内部依赖了AFNetworking,YYCache",
5   "description": "AFNetworking二次封装,内部依赖了AFNetworking,YYCache",
6   "homepage": "https://github.com/Tang910103",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tang杰": "tang910103@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Tang910103/TJNetwork.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "TJNetwork/**/*.{h,m}",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "YYCache": [
28     ]
29   }