blob: 01dc74b92265675be4e61c30fce2f4d25952e312 [file] [log] [blame]
{
"name": "HZTechNetwork",
"version": "0.1.0",
"summary": "基于AFNetworking二次封装的网络请求框架,包含参数AES加密功能",
"homepage": "https://github.com/caoxiaochao/HZTechNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"caoxiaochao": "ccly080518@163.com"
},
"source": {
"git": "https://github.com/caoxiaochao/HZTechNetwork.git",
"tag": "0.1.0"
},
"source_files": "HZTechNetwork/Classes/**/*",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}