blob: 1125f4d84d3a3b0c40b70e592fd86bd93e1fa316 [file] [log] [blame]
{
"name": "RaptureXML@Gilt",
"version": "1.0.2",
"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/gilt/RaptureXML.git",
"tag": "1.0.2"
},
"platforms": {
"ios": null
},
"source_files": "RaptureXML/*",
"libraries": [
"z",
"xml2"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"requires_arc": true
}