blob: c1f8efefd6c578548f20fd30422022318c0564d9 [file] [log] [blame]
{
"name": "VOBaseViewController",
"platforms": {
"ios": "9.0"
},
"version": "1.0.0",
"license": "Copyright (c) 2018年 Gavin. All rights reserved.",
"homepage": "https://github.com/feidaoGavin/VOBaseViewController.git",
"summary": "VOBaseViewController抽象基类",
"authors": "heguangzhong2009@gmail.com",
"source": {
"git": "https://github.com/feidaoGavin/VOBaseViewController.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": [
"VOBaseViewController",
"VOBaseViewController/**/*.{h,m}"
],
"dependencies": {
"VOToleranceTool": [
"~> 0.0.2"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}