blob: ac898c5f66a77c03a8135cda0d5a3779cba166e6 [file] [log] [blame]
{
"name": "SHXMLParser",
"version": "1.0.1",
"summary": "Easy to use automatic XML Parser built on NSXMLParser. Get XML data as a single NSDictionary object or NSArray in just two steps.",
"homepage": "https://github.com/simhanature/SHXMLParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Narasimharaj C": "simhanature@gmail.com"
},
"source": {
"git": "https://github.com/simhanature/SHXMLParser.git",
"tag": "v1.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "SHXMLParser/*.{h,m}",
"requires_arc": true
}