blob: acae0ec56250db68d539e477f1bd948fc10a7088 [file] [log] [blame]
{
"name": "RaptureXML@Frankly",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "RaptureXML/*",
"libraries": [
"z",
"xml2"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"requires_arc": true,
"module_map": "module_support/RaptureXML.modulemap",
"prepare_command": "cd module_support\n./generate_module_map.sh"
}