blob: 806e4211c7208ef64d9c6855a9513a865356e4af [file] [log] [blame]
{
"name": "SMXMLDocument",
"version": "1.0.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.0.1"
},
"platforms": {
"ios": null
},
"source_files": "SMXMLDocument.{h,m}",
"requires_arc": true
}