[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / d / 3 / TGSAFNetworking / 4.1.0 / TGSAFNetworking.podspec.json
blobf4b5f180d06d164a685e46fd96d0bad655260ebf
2   "name": "TGSAFNetworking",
3   "version": "4.1.0",
4   "summary": "A NetWorking is TGSAFNetworking.",
5   "platforms": {
6     "ios": "7.0"
7   },
8   "description": "一个基于 AF的网络请求,自己的库,\n1.post 网络请求<TGSAFNetworking>\n#import <TGSAFN.h>\nTGSAFN 调用类方法\n类似:\n[TGSAFN postWithUrl:@\"www.baidu.com\" parameters:nil success:^(id responseObject) {\n//请求成功...\n} fail:^{\n//网络连接失败...\n}];",
9   "homepage": "https://github.com/ZTKevin/TGSAFNetworking",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "ZTKevin": "773098249@qq.com"
16   },
17   "source": {
18     "git": "https://github.com/ZTKevin/TGSAFNetworking.git",
19     "tag": "4.1.0"
20   },
21   "source_files": "TGSAFNetworking/*.{h,m}",
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true