blob: b2426ef059c1b95a7947411d7d80af0a3d486646 [file] [log] [blame]
{
"name": "HYNetwork",
"summary": "A simple network is based on AFNetwork.",
"version": "2.0.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": "2.0.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
],
"module_name": "HYNetwork",
"dependencies": {
"AFNetworking": [
],
"YYModel": [
],
"libextobjc": [
]
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"dependencies": {
"HYNetwork/Base": [
]
},
"source_files": "HYNetwork/BSRequestBlockAdapter/*.{h,m}"
},
{
"name": "Base",
"source_files": [
"HYNetwork/BSModel/*.{h,m}",
"HYNetwork/BSNetwork/*.{h,m}"
]
}
]
}