blob: f611e043edbe572c16b37e05599a38f16d2febfe [file] [log] [blame]
{
"name": "CANetwork",
"swift_version": "4.2",
"version": "0.1.3",
"summary": "CCNetwork is a high level request util based on AFNetworking.",
"description": "CCNetwork is a high level request util based on AFNetworking.\nIf you have any other questions, please contact me by email or GitHub.",
"homepage": "https://github.com/aichiko0225/CANetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aichiko66@163.com": "aichiko66@163.com"
},
"source": {
"git": "https://github.com/aichiko0225/CANetwork.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CANetwork/Classes/*.{h,m,swift}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}