blob: 0d99807c59b876b7b075848f5f1c929dfb9a2889 [file] [log] [blame]
{
"name": "Ji",
"version": "4.2.0",
"summary": "Ji (戟) is a Swift XML/HTML parser.",
"description": "Ji (戟) is a Swift wrapper on libxml2 for parsing XML/HTML.\n\nFeatures\n* Build an XML/HTML tree and navigate the tree.\n* Evaluate XPath expression and get results nodes.\n* Comprehensive Unit Test Coverage.\n* Support Swift Package Manager (SPM). Linux compatible.",
"homepage": "https://github.com/honghaoz/Ji",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Honghao Zhang": "zhh358@gmail.com"
},
"source": {
"git": "https://github.com/honghaoz/Ji.git",
"tag": "4.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"swift_versions": "4.2",
"source_files": [
"Sources/Ji/**/*.*"
],
"preserve_paths": "Sources/Clibxml2/*",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Ji/Sources/Clibxml2"
},
"swift_version": "4.2"
}