blob: df72932b2ae015969d5cfe29d25dabf420210f14 [file] [log] [blame]
{
"name": "WebParsing",
"version": "2.1.2",
"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": "2.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WebParsing/**/*",
"dependencies": {
"CorePromises": [
"~> 0.1"
]
},
"pushed_with_swift_version": "3.0"
}