blob: 254e5f1374767ebcabc4a3f809b15ddbbe57feee [file] [log] [blame]
{
"name": "HHZNetwork",
"version": "0.0.2",
"summary": "网络",
"description": "陈哲是个好孩子-网络",
"homepage": "https://github.com/chenzhe555/HHZNetwork",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"chenzhe555": "376811578@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chenzhe555/HHZNetwork.git",
"tag": "0.0.2"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"HHZUtils": [
"~> 0.0.2"
]
},
"subspecs": [
{
"name": "HHZNetwork",
"subspecs": [
{
"name": "http",
"source_files": "HHZNetwork/http/*.{h,m}"
}
]
}
]
}