blob: 8ffa3781d7becbc1e562222172f7d969eff24d70 [file] [log] [blame]
{
"name": "SHXMLParser",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "SHXMLParser/*.{h,m}",
"requires_arc": true
}