blob: 172eb636da38a183b7f77edffe5e0e35117ac209 [file] [log] [blame]
{
"name": "ObjectXML",
"version": "0.2",
"summary": "Simple XML object model for Objective-C from NSXMLParser.",
"homepage": "https://github.com/youknowone/ObjectXML",
"license": "2-clause BSD",
"authors": {
"Jeong YunWon": "jeong@youknowone.org"
},
"source": {
"git": "https://github.com/youknowone/ObjectXML.git",
"tag": "0.2"
},
"requires_arc": true,
"source_files": "ObjectXML",
"public_header_files": "ObjectXML/*.h",
"libraries": "xml2",
"dependencies": {
"cdebug": [
">= 1.0"
]
},
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}