blob: 9c9fba5cb5104991f6a2b12dee39a0bef7396812 [file] [log] [blame]
{
"name": "Unbox",
"version": "1.4",
"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": "1.4"
},
"source_files": "Unbox.swift",
"frameworks": [
"Foundation",
"CoreGraphics"
]
}