blob: 7f9eec0a86289dbf6e0e6095542adeb3a39b361a [file] [log] [blame]
{
"name": "SCWCommonCore",
"version": "0.0.7",
"summary": "Songcw Common Module",
"requires_arc": true,
"homepage": "https://github.com/YZDCDL/ScCommonCore.git",
"license": "MIT",
"authors": {
"DreamBuddy": "304511495@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/YZDCDL/ScCommonCore.git"
},
"frameworks": [
"Security",
"SystemConfiguration",
"CoreGraphics",
"CoreTelephony"
],
"ios": {
"vendored_frameworks": "SCWCommonCore/SCWCommonCore.framework"
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-all_load"
]
},
"dependencies": {
"Masonry": [
]
}
}