blob: c30d1059fa92759bf4352354a9eeaa946cff7c7c [file] [log] [blame]
{
"name": "WebParsing",
"version": "1.0.1",
"summary": "WebParsing is a framework written entirely in Swift for\n working with JSON and XML on a very high abstraction level.",
"description": "WebParsing is a framework that makes use of Apple's NSJSONSerializer\n and NSXMLParser to parse JSON and XML, resulting in a common interface that is inituitive to use.",
"homepage": "https://github.com/borchero/WebParsing",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"borchero": "oliver.borchert@in.tum.de"
},
"source": {
"git": "https://github.com/borchero/WebParsing.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WebParsing/**/*",
"pushed_with_swift_version": "3.0"
}