blob: 8619db3a9a9abe9f404b3b3dc78004c4fda4e79a [file] [log] [blame]
{
"name": "RaptureXML@Frankly",
"version": "1.0.4",
"license": "MIT",
"summary": "A simple, sensible, block-based XML API for iOS and Mac development.",
"homepage": "https://github.com/tictocplanet/RaptureXML",
"authors": {
"Justin Hill": "justin@franklyinc.com"
},
"source": {
"git": "https://github.com/tictocplanet/RaptureXML.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "RaptureXML/*",
"libraries": [
"z",
"xml2"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"requires_arc": true
}