blob: b2c9fd521aee863df719d476038b65c6477f5144 [file] [log] [blame]
{
"name": "SWNetwork",
"version": "1.1.1",
"summary": "SWNetwork is a request util based on AFNetworking.",
"description": "TODO: Add long description of the pod here.",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SWNetwork/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 4.0.0"
]
}
}