[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / f / 3 / Unbox / 1.2 / Unbox.podspec.json
blob85b9099beb5b12d2eb05042d13c3009b9b0447cc
2   "name": "Unbox",
3   "version": "1.2",
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   },
20   "source": {
21     "git": "https://github.com/JohnSundell/Unbox.git",
22     "tag": "1.2"
23   },
24   "source_files": "Unbox.swift",
25   "frameworks": "Foundation"