blob: 60d96e3d24da328c112c15828431dd641e79b480 [file] [log] [blame]
{
"name": "NetworkingLib",
"version": "1.0.1",
"summary": "NetworkingLib is a util to help you send http request quickly.",
"description": "NetworkingLib is a util to help you send http request quickly.NetworkingLib is a util to help you send http request quickly.",
"homepage": "https://github.com/wangling123456/NetworkingLib",
"license": "MIT",
"authors": {
"wangling123456": "912145616@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wangling123456/NetworkingLib.git",
"tag": "1.0.1"
},
"source_files": "NetworkingLib/NetworkingLib/NetworkingLib",
"requires_arc": true,
"dependencies": {
"JSONModel": [
"~> 1.1.2"
],
"AFNetworking": [
"~> 3.0.4"
]
}
}