4 "summary": "IGHTMLQuery is a lightweight XML/HTML parser for iOS, built on top of libxml.",
5 "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",
6 "homepage": "https://github.com/siuying/IGHTMLQuery",
12 "Francis Chong": "francis@ignition.hk"
15 "git": "https://github.com/siuying/IGHTMLQuery.git",
21 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
33 "source_files": "IGHTMLQuery/Classes/**/*.{h,m}"
41 "prefix_header_contents": "#define IGHTMLQUERY_JAVSCRIPT_EXPORT",
42 "frameworks": "JavaScriptCore",
43 "source_files": "IGHTMLQuery/Classes/**/*.{h,m}"