[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 8 / 0 / WebParsing / 2.0.0 / WebParsing.podspec.json
bloba55a7749559cd155d389514944a92fdac39c98fc
2   "name": "WebParsing",
3   "version": "2.0.0",
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": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WebParsing/**/*",
22   "pushed_with_swift_version": "3.0"