blob: cf2244aa2d5aab3b7cbad752483b72382399ed4f [file] [log] [blame]
{
"name": "SWNetwork",
"version": "1.1.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SWNetwork/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 4.0.0"
]
}
}