blob: 73e5f8660559e2bdeabebd01316add69282a6644 [file] [log] [blame]
{
"name": "VOBaseViewController",
"platforms": {
"ios": "9.0"
},
"version": "0.0.5",
"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": "0.0.5"
},
"requires_arc": true,
"source_files": [
"VOBaseViewController",
"VOBaseViewController/**/*.{h,m}"
],
"dependencies": {
"VOToleranceTool": [
"~> 0.0.2"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}