[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / f / 3 / Unbox / 2.4.0 / Unbox.podspec.json
blobde1b51c0a7c3b90b3302ac000761f6271a6ff43b
2   "name": "Unbox",
3   "version": "2.4.0",
4   "summary": "The easy to use Swift JSON decoder.",
5   "description": "Unbox is an easy to use Swift JSON decoder. Don't spend hours writing JSON decoding code - just unbox it instead!\n\nUnbox is lightweight, non-magical and doesn't require you to subclass, make your JSON conform to a specific schema or completely change the way you write model code. It can be used on any model with ease.",
6   "homepage": "https://github.com/JohnSundell/Unbox",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "John Sundell": "john@sundell.co"
13   },
14   "social_media_url": "https://twitter.com/johnsundell",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/JohnSundell/Unbox.git",
23     "tag": "2.4.0"
24   },
25   "source_files": "Sources/Unbox.swift",
26   "frameworks": [
27     "Foundation",
28     "CoreGraphics"
29   ],
30   "pushed_with_swift_version": "3.0"