blob: fb415df38e35ac9484adca918215780a46cdbce3 [file] [log] [blame]
{
"name": "TBXML",
"version": "1.5",
"license": {
"type": "MIT",
"file": "README.markdown"
},
"summary": "Super-fast, lightweight, easy to use XML parser for the Mac & iOS.",
"homepage": "http://www.tbxml.co.uk",
"authors": {
"Tom Bradley": "tom@tbxml.co.uk"
},
"source": {
"git": "https://github.com/71squared/TBXML.git",
"tag": "v1.5"
},
"description": "\n TBXML is a light-weight XML document parser written in Objective-C\n designed for use on Apple iPad, iPhone & iPod Touch devices. TBXML\n aims to provide the fastest possible XML parsing whilst utilising\n the fewest resources. This requirement for absolute efficiency is\n achieved at the expense of XML validation and modification. It is\n not possible to modify and generate valid XML from a TBXML object\n and no validation is performed whatsoever whilst importing and\n parsing an XML document.\n ",
"source_files": [
"TBXML-Code/*.{h,m}",
"TBXML-Headers/*.{h,m}"
],
"libraries": "z",
"requires_arc": true,
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) ARC_ENABLED"
}
}