blob: 20b6f591de6c3724addaa47e6d62e94e60dfa743 [file] [log] [blame]
{
"name": "Axt",
"version": "0.0.1",
"license": "MIT",
"summary": "A forgiving HTML SAX Parser for iOS.",
"homepage": "https://github.com/brutella/Axt",
"social_media_url": "https://twitter.com/brutella",
"authors": {
"Matthias Hochgatterer": "matthias.hochgatterer@gmail.com"
},
"source": {
"git": "https://github.com/brutella/Axt.git",
"tag": "0.0.1"
},
"source_files": "Axt",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}