blob: a7e91d2197250b70318274a851c34edae87da304 [file] [log] [blame]
{
"name": "VOBaseViewController",
"platforms": {
"ios": "9.0"
},
"version": "0.0.4",
"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.4"
},
"requires_arc": true,
"source_files": [
"VOBaseViewController",
"VOBaseViewController/**/*.{h,m}"
],
"dependencies": {
"VOToleranceTool": [
"~> 0.0.2"
]
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": ""
},
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-lObjC",
"-all_load"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/Headers/Public/VOToleranceTool"
}
}