blob: a9b4b6bbdf8019328f3b91e6b0d83140c2a7aa13 [file] [log] [blame]
{
"name": "TYNetworkTool",
"version": "0.0.6",
"summary": "a easy use of AFNetworking",
"homepage": "https://github.com/TianyongWang/TYNetworkTool",
"license": "MIT",
"authors": {
"MasazumiQi": "47940062@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/TianyongWang/TYNetworkTool.git",
"tag": "0.0.6"
},
"requires_arc": true,
"source_files": "TYNetworkTool/TYNetworkTool/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
],
"FMDB": [
]
}
}