blob: f4b5f180d06d164a685e46fd96d0bad655260ebf [file] [log] [blame]
{
"name": "TGSAFNetworking",
"version": "4.1.0",
"summary": "A NetWorking is TGSAFNetworking.",
"platforms": {
"ios": "7.0"
},
"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}];",
"homepage": "https://github.com/ZTKevin/TGSAFNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZTKevin": "773098249@qq.com"
},
"source": {
"git": "https://github.com/ZTKevin/TGSAFNetworking.git",
"tag": "4.1.0"
},
"source_files": "TGSAFNetworking/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}