blob: 2780be55209be1ccd5362e67431107525e6e9e47 [file] [log] [blame]
{
"name": "ObjectXML",
"version": "0.1",
"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": "pod-0.1"
},
"source_files": "ObjectXML",
"public_header_files": "ObjectXML/*.h",
"libraries": "xml2",
"dependencies": {
"cdebug": [
"~> 0.1"
]
},
"requires_arc": false
}