blob: f41c0557ecf694ef504a5ac8f026cbb553faec41 [file] [log] [blame]
{
"name": "HYMyNetwork",
"version": "0.0.2",
"summary": "HYMyNetwork.",
"description": "iOS网络相关",
"homepage": "https://github.com/oceanfive/HYMyNetwork",
"license": "MIT",
"authors": {
"oceanfive": "849638313@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/oceanfive/HYMyNetwork.git",
"tag": "0.0.2"
},
"source_files": "HYMyNetwork/HYMyNetwork/Network/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}