[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / 1 / a / TCNetwork / 0.1.7 / TCNetwork.podspec.json
blobb46637ed9dacbb1e818f71d9a51460ec1178ceb0
2   "name": "TCNetwork",
3   "version": "0.1.7",
4   "summary": "链式编程封装AFNetworking,使得HTTP请求变得更加简洁易用.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/xtuck/TCNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xtuck": "104166631@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xtuck/TCNetwork.git",
16     "tag": "0.1.7"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TCNetwork/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "MBProgressHUD": [
28     ],
29     "Aspects": [
31     ],
32     "CocoaSecurity": [
34     ]
35   }