blob: 8651af481a981920a18f1c57615b5bd2a0223a6f [file] [log] [blame]
{
"name": "TFNetworking",
"version": "1.0.2",
"summary": "Dabay tech : TFNetworking is a high level request util based on AFNetworking.",
"homepage": "https://github.com/Donkey-Tao/TFNetworking",
"license": "MIT",
"authors": {
"Tao Fei": "taofei0610@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Donkey-Tao/TFNetworking.git",
"tag": "1.0.2"
},
"source_files": "TFNetworking/**/*.{h,m}",
"frameworks": [
"CFNetwork",
"Security"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"MBProgressHUD-TFExtension": [
"~> 1.1.0"
]
}
}