blob: 96b22505236f72b7e772d8f6108056c9621f1b47 [file] [log] [blame]
{
"name": "RaptureXML",
"version": "1.0.0",
"license": "MIT",
"summary": "Simple, block-based XML library that provides an expressive API that makes XML processing freakin' fun for once in my life.",
"homepage": "https://github.com/ZaBlanc/RaptureXML",
"authors": {
"John Blanco": "zablanc@gmail.com"
},
"source": {
"git": "https://github.com/ZaBlanc/RaptureXML.git",
"tag": "1.0.0"
},
"source_files": "RaptureXML/*",
"libraries": [
"z",
"xml2"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"requires_arc": false
}