[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / f / 3 / Unbox / 1.6 / Unbox.podspec.json
blobf9b4b45935a37a44e7dda1a6f2e6df575321eac4
2   "name": "Unbox",
3   "version": "1.6",
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": "1.6"
24   },
25   "source_files": "Sources/Unbox.swift",
26   "frameworks": [
27     "Foundation",
28     "CoreGraphics"
29   ]