blob: 59946d06aadb969158a8d5de5f0a3f6b0b3c5a65 [file] [log] [blame]
{
"name": "Ji",
"version": "1.0",
"summary": "Ji (戟) is a Swift XML/HTML parser.",
"description": "Ji (戟) is a Swift wrapper on libxml2 for parsing XML/HTML. (Ji to Swift is what hpple to Objective-C)\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",
"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": "1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"module_name": "Ji",
"ios": {
"libraries": "xml2"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"OTHER_LDFLAGS": "-lxml2"
},
"default_subspecs": "Ji",
"subspecs": [
{
"name": "Ji",
"source_files": "Source/*.swift",
"dependencies": {
"Ji/Ji-libxml": [
]
}
},
{
"name": "Ji-libxml",
"source_files": "Ji-libxml/*.{h}"
}
]
}