blob: a30d169f785e050c89dd0810a5dc02eead06e47d [file] [log] [blame]
{
"name": "Ji",
"version": "2.1.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": "2.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"module_name": "Ji",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"OTHER_LDFLAGS": "-lxml2"
},
"default_subspecs": "Ji",
"subspecs": [
{
"name": "Ji",
"source_files": [
"Source/Ji.swift",
"Source/JiHelper.swift",
"Source/JiNode.swift"
],
"dependencies": {
"Ji/Ji-libxml": [
]
}
},
{
"name": "Ji-libxml",
"source_files": "Ji-libxml/*.{h}"
}
]
}