blob: 29da0495dc6d75707060f4ba505848ebc7b5b6e0 [file] [log] [blame]
{
"name": "HYMyNetwork",
"version": "0.0.1",
"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.1"
},
"source_files": "HYMyNetwork/HYMyNetwork/Network/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}