[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 8 / 0 / WebParsing / 2.1.3 / WebParsing.podspec.json
blob6d4b4864ad328591bbe395335d0e869c37b29b4a
2   "name": "WebParsing",
3   "version": "2.1.3",
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.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WebParsing/**/*",
22   "dependencies": {
23     "CorePromises": [
24       "~> 0.1"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"