blob: 0e2de5ea9d766585685d40d0d09b3a6e3cf3b29e [file] [log] [blame]
{
"name": "HYNetwork",
"summary": "A simple network is based on AFNetwork.",
"version": "1.5.0",
"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.5.0"
},
"requires_arc": true,
"source_files": "HYNetwork/**/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
],
"module_name": "HYNetwork",
"dependencies": {
"AFNetworking": [
],
"YYModel": [
],
"libextobjc": [
]
}
}