blob: 85c9f505f16edcce45feff903a172b8f6410382e [file] [log] [blame]
{
"name": "TONetworking",
"version": "1.1.3",
"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.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "TONetworking/sourceCode/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
],
"Reachability": [
]
}
}