blob: f9f027f35314fbc37fe2e5c973c7289b11642e26 [file] [log] [blame]
{
"name": "SWNetwork",
"version": "1.0.0",
"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.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SWNetwork/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}