blob: 25d06057800b8dcfa4795ca99f85bf1aebe17c22 [file] [log] [blame]
{
"name": "LiKui",
"version": "2.0.1",
"license": "MIT",
"summary": "A fast & lightweight XML & HTML parser in Swift with XPath & CSS support",
"homepage": "https://github.com/ChaselAn/Fuzi",
"authors": {
"ChaselAn": "865770853@qq.com"
},
"source": {
"git": "https://github.com/ChaselAn/Fuzi.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"preserve_paths": "libxml2/*",
"requires_arc": true,
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Fuzi/libxml2"
}
}