blob: 23314369820c78adbc885322e926dc8d3ba45071 [file] [log] [blame]
{
"name": "TFNetworking",
"version": "0.0.6",
"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": "0.0.6"
},
"source_files": "TFNetworking/**/*.{h,m}",
"frameworks": "CFNetwork",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}