blob: 8becc5ca754521c05f0ee168d7f263c261a04906 [file] [log] [blame]
{
"name": "IGHTMLQuery",
"version": "0.4.2",
"summary": "IGHTMLQuery is a lightweight XML/HTML parser for iOS, built on top of libxml.",
"description": "IGHTMLQuery is a lightweight XML/HTML parser for iOS, built on top of libxml.\n\n* XPath support for document searching.\n* jQuery style chainable syntax.\n* XML traversal and manipulation.\n",
"homepage": "https://github.com/siuying/IGHTMLQuery",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/siuying/IGHTMLQuery.git",
"tag": "0.4.2"
},
"source_files": "IGHTMLQuery/Classes/**/*.{h,m}",
"libraries": "xml2",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}