blob: 5dc86c4760441df8a5af31478224d425fd742c9f [file] [log] [blame]
{
"name": "IGHTMLQuery",
"version": "0.6.0",
"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"
},
"source": {
"git": "https://github.com/siuying/IGHTMLQuery.git",
"tag": "0.6.0"
},
"libraries": "xml2",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"default_subspecs": [
"Core"
],
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "IGHTMLQuery/Classes/**/*.{h,m}"
},
{
"name": "JavaScript",
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"prefix_header_contents": "#define IGHTMLQUERY_JAVSCRIPT_EXPORT",
"frameworks": "JavaScriptCore",
"source_files": "IGHTMLQuery/Classes/**/*.{h,m}"
}
]
}