blob: 6c0cabeee360c50bbfca2ec2a95754924f9182a3 [file] [log] [blame]
{
"name": "ZXNetwork",
"version": "0.1.6",
"summary": "AFNetworking 的简单封装(OC)",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/xzx951753/ZXNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xzx951753": "285644797@qq.com"
},
"source": {
"git": "https://github.com/xzx951753/ZXNetwork.git"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZXNetwork/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
]
}
}