blob: 1e1f83d5eedd5de267292c3c99f7555bb8717d57 [file] [log] [blame]
{
"name": "SWNetwork",
"version": "1.1.6",
"summary": "SWNetwork is a request util based on AFNetworking.",
"description": "'SWNetwork is a request util based on AFNetworking.'",
"homepage": "https://github.com/RockChanel/SWNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"selwyn": "selwynbee@163.com"
},
"source": {
"git": "https://github.com/RockChanel/SWNetwork.git",
"tag": "1.1.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SWNetwork/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 4.0.0"
]
}
}