blob: b19c9e77f635b06ef95eafe22928bb0176d14b8c [file] [log] [blame]
{
"name": "CNKI_Z_BaseSDK",
"version": "0.0.6",
"summary": "CNKI 基础库 iOS",
"homepage": "https://github.com/zjqzy/CNKIZBaseUtil",
"license": "MIT",
"authors": {
"zjqzy": "zjqzy03080312@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zjqzy/CNKIZBaseUtil.git",
"tag": "0.0.6"
},
"frameworks": [
"UIKit",
"Foundation"
],
"libraries": [
"iconv",
"xml2",
"stdc++"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"subspecs": [
{
"name": "CNKI_Z_BaseSDK",
"source_files": "CNKI_Z_BaseSDK/CNKI_Z_BaseSDK.h",
"public_header_files": "CNKI_Z_BaseSDK/CNKI_Z_BaseSDK.h",
"subspecs": [
{
"name": "CNKIZ_Category",
"source_files": "CNKI_Z_BaseSDK/CNKIZ_Category/**/*"
},
{
"name": "CNKIZ_Common",
"source_files": "CNKI_Z_BaseSDK/CNKIZ_Common/**/*"
},
{
"name": "CNKIZ_UI",
"source_files": "CNKI_Z_BaseSDK/CNKIZ_UI/**/*"
}
]
}
]
}