blob: 15cf190e3a55520427102ac4cefdc0650cc1b10f [file] [log] [blame]
{
"name": "RaptureXML@Gilt",
"version": "1.0.10",
"license": "MIT",
"summary": "A simple, sensible, block-based XML API for iOS and Mac development.",
"description": "Forked by Gilt Groupe to allow access to the xml property of the RXMLElement class from within CocoaPods.",
"homepage": "https://github.com/ZaBlanc/RaptureXML",
"authors": {
"John Blanco": "zablanc@gmail.com"
},
"source": {
"git": "https://github.com/emaloney/RaptureXML.git",
"tag": "1.0.10"
},
"source_files": "RaptureXML/*",
"module_name": "RaptureXML",
"header_dir": "RaptureXML",
"libraries": [
"z",
"xml2"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"requires_arc": true
}