blob: ba745bcda0a88d4336df4ee80f383f7a48a6aee2 [file] [log] [blame]
{
"name": "NetworkingLib",
"version": "1.0.0",
"summary": "The easiest way to send http request.",
"description": "The easiest way to send http request.The easiest way to send http request",
"homepage": "https://github.com/wangling123456/NetworkingLib",
"license": "MIT",
"authors": {
"wl123": "912145616@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/wangling123456/NetworkingLib.git",
"tag": "1.0.0"
},
"source_files": "NetworkingLib/*",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"JSONModel": [
"~> 1.1.2"
]
}
}