blob: 9e02468d636046320af56f7a421a41266503b55c [file] [log] [blame]
{
"name": "Unbox",
"version": "2.3.1",
"summary": "The easy to use Swift JSON decoder.",
"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.",
"homepage": "https://github.com/JohnSundell/Unbox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"John Sundell": "john@sundell.co"
},
"social_media_url": "https://twitter.com/johnsundell",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/JohnSundell/Unbox.git",
"tag": "2.3.1"
},
"source_files": "Sources/Unbox.swift",
"frameworks": [
"Foundation",
"CoreGraphics"
],
"pushed_with_swift_version": "3.0"
}