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"
37 "source_files": "IGHTMLQuery/Classes/**/*.{h,m}",
38 "exclude_files": "IGHTMLQuery/Classes/JSContext+IGHTMLQueryRubyAdditions.{h,m}"
46 "prefix_header_contents": "#define IGHTMLQUERY_JAVSCRIPT_EXPORT",
47 "frameworks": "JavaScriptCore",
48 "source_files": "IGHTMLQuery/Classes/**/*.{h,m}",
49 "exclude_files": "IGHTMLQuery/Classes/JSContext+IGHTMLQueryRubyAdditions.{h,m}"
57 "prefix_header_contents": "#define IGHTMLQUERY_JAVSCRIPT_EXPORT\n#define IGHTMLQUERY_RUBY_EXPORT",
58 "frameworks": "JavaScriptCore",
59 "source_files": "IGHTMLQuery/Classes/**/*.{h,m}",
60 "resources": "IGHTMLQuery/JavaScript/*.js",
62 "IGHTMLQuery/JavaScript": [
65 "JavaScriptCoreOpalAdditions": [