blob: 83c469c9b12899b7ad75806c2616b2fed8310e3f [file] [log] [blame]
{
"name": "ZCAlertViewController",
"version": "0.0.6",
"summary": "自定义弹框",
"homepage": "https://github.com/xiaowu2016/ZCAlertViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangchao": "942777491@qq.com"
},
"source": {
"git": "https://github.com/xiaowu2016/ZCAlertViewController.git",
"tag": "0.0.6"
},
"source_files": "ZCAlertViewController/{*}.h",
"public_header_files": "ZCAlertViewController/**/*.h",
"preserve_paths": "ZCAlertViewController/*.h",
"libraries": "ZCAlertViewController",
"resources": "ZCAlertViewController/ZCSettings.bundle",
"vendored_libraries": "lib/libZCAlertViewController.a",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/ZCAlertViewController/include/**",
"LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/ZCAlertViewController/lib/**"
}
}