blob: d833938fc366eec9a0d0ab508f7eadb584454a4d [file] [log] [blame]
{
"name": "LPMDBKit",
"version": "1.0.1",
"summary": "Linkplay is used to store data related to audio sources",
"description": "这是一个测试版本",
"homepage": "https://github.com/feitiandalong/LPMDBKit.git",
"license": "MIT",
"authors": {
"long.cheng": "long.cheng@linkplay.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/feitiandalong/LPMDBKit.git",
"tag": "1.0.0"
},
"libraries": [
"xml2",
"c++"
],
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"requires_arc": true,
"subspecs": [
{
"name": "KissXML",
"source_files": "LPMDBKit/Third/KissXML/**/*"
}
]
}