blob: fac953ad634fe286caf882ee06fcf6815dce1a82 [file] [log] [blame]
{
"name": "TouchXML",
"version": "0.1",
"license": "Simplified BSD License",
"summary": "TouchXML is a lightweight replacement for Cocoa's NSXML* cluster of classes.",
"homepage": "https://github.com/TouchCode/TouchXML",
"authors": {
"Jonathan Wight": "schwa@toxicsoftware.com"
},
"source": {
"git": "https://github.com/TouchCode/TouchXML.git",
"tag": "0.1"
},
"source_files": "Source/**/*.{h,m}",
"requires_arc": true,
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}