blob: 5d6009f29d8583dda3dea0e31d37ceb3a01e2a09 [file] [log] [blame]
{
"name": "WebParsing",
"version": "3.1.0",
"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": "3.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "WebParsing/**/*",
"dependencies": {
"CorePromises": [
],
"Alamofire": [
],
"CoreUtility": [
]
},
"pushed_with_swift_version": "4.0"
}