[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / 5 / 7 / THNetworking / 1.0.0 / THNetworking.podspec.json
blob9d0891fcd21842df04ba040de1f8f8d29fbb5efb
2   "name": "THNetworking",
3   "version": "1.0.0",
4   "summary": "基于AFN封装的网络层",
5   "description": "基于AFN封装的网络层......",
6   "homepage": "http://gitlab.taihe.site/tuhao/thnetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "涂浩": "tuhao@taihe.com"
13   },
14   "source": {
15     "git": "http://gitlab.taihe.site/tuhao/thnetworking.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NetworkingHelper/Networking/**/*.{h,m}",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.0"
25     ]
26   }