blob: dd876bb4ecd950901f750df85467c57837067063 [file] [log] [blame]
{
"name": "CNKI_Z_BaseSDK",
"version": "0.0.3",
"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.3"
},
"frameworks": [
"UIKit",
"Foundation"
],
"libraries": [
"iconv",
"xml2",
"stdc++"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"subspecs": [
{
"name": "CNKI_Z_BaseSDK",
"subspecs": [
{
"name": "CNKIZ_Category",
"source_files": "CNKI_Z_BaseSDK/CNKIZ_Category/**/*"
},
{
"name": "CNKIZ_Common",
"source_files": "CNKI_Z_BaseSDK/CNKIZ_Common/**/*"
}
]
}
]
}