[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / 8 / 0 / WebParsing / 3.1.2 / WebParsing.podspec.json
blob5be0fa85a63b9390546297baa9fcdaffcd4b36bf
2   "name": "WebParsing",
3   "version": "3.1.2",
4   "summary": "WebParsing is a framework written entirely in Swift for\n  working with JSON and XML on a very high abstraction level.",
5   "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.",
6   "homepage": "https://github.com/borchero/WebParsing",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "borchero": "oliver.borchert@in.tum.de"
13   },
14   "source": {
15     "git": "https://github.com/borchero/WebParsing.git",
16     "tag": "3.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "WebParsing/**/*",
22   "dependencies": {
23     "CorePromises": [
25     ],
26     "Alamofire": [
28     ],
29     "CoreUtility": [
31     ]
32   },
33   "pushed_with_swift_version": "4.0"