blob: 051c1273077cc135834fb891195ff934b4f2f3f8 [file] [log] [blame]
{
"name": "YF_Core",
"version": "1.1.0",
"summary": "YF_Core",
"description": "YF系列的核心库",
"homepage": "https://e.coding.net/szyifants/YF_Core.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leonard.li": "liqiang@game7.cc"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://e.coding.net/szyifants/YF_Core.git",
"tag": "1.1.0"
},
"vendored_frameworks": "YFCore.framework",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"dependencies": {
"YF_Utils": [
">= 1.0.5"
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}