blob: 3a54543625ba20c27822c590ca060fb64ea34f9d [file] [log] [blame]
{
"name": "SMXMLDocument",
"version": "1.1",
"summary": "A lightweight XML Document class for iOS.",
"description": " SMXMLDocument is a very handy lightweight XML parser for iOS.\n\n More info in the blog post: http://nfarina.com/post/2843708636/a-lightweight-xml-parser-for-ios\n",
"homepage": "https://github.com/nfarina/xmldocument",
"license": "MIT License",
"authors": {
"Nick Farina": "nfarina@gmail.com"
},
"source": {
"git": "https://github.com/nfarina/xmldocument.git",
"tag": "1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SMXMLDocument.{h,m}",
"requires_arc": true
}