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