blob: 2363639069acd4247ffe0727f97e3d86d00a4cbf [file] [log] [blame]
{
"name": "TONetworking",
"version": "1.0.9",
"summary": "Make HTTP request works as a task.",
"description": "TONetworking will help you to manage your HTTP request.\nconcurrency , queue , mutex ... so easy.",
"homepage": "https://github.com/TonyJR/TONetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tony.JR": "show_3@163.com"
},
"source": {
"git": "https://github.com/TonyJR/TONetworking.git",
"tag": "1.0.9"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "TONetworking/sourceCode/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
],
"Reachability": [
]
}
}