blob: 51ad8700e36cf8c924b7a0273cf9401c730310af [file] [log] [blame]
{
"name": "HYNetwork",
"summary": "A simple network is based on AFNetwork.",
"version": "1.2.8",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huxiaoyang": "yohuyang@gmail.com"
},
"homepage": "https://github.com/huxiaoyang/HYNetwork",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/huxiaoyang/HYNetwork.git",
"tag": "1.2.8"
},
"requires_arc": true,
"source_files": "HYNetwork/**/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
],
"module_name": "HYNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
],
"YYModel": [
"~> 0.9.12"
]
}
}