blob: 2af292990dce21eebe1a478650eabc2835323623 [file] [log] [blame]
{
"name": "Ji",
"version": "0.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",
"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": "0.1.0"
},
"platforms": {
"osx": "10.9",
"ios": "8.0"
},
"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": "Source/Ji-libxml/*.{h}"
}
]
}