blob: 40da16345901c08dcf16d328aa2dfab6a4071f9a [file] [log] [blame]
{
"name": "Wrap",
"version": "2.1.1",
"summary": "The easy to use Swift JSON encoder",
"description": "Wrap is an easy to use Swift JSON encoder. Don't spend hours writing JSON encoding code - just wrap it instead!\n\nUsing Wrap is as easy as calling Wrap() on any instance of a class or struct that you wish to encode. It automatically encodes all of your type’s properties, including nested objects, collections, enums and more!",
"homepage": "https://github.com/JohnSundell/Wrap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"John Sundell": "john@sundell.co"
},
"social_media_url": "https://twitter.com/johnsundell",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/JohnSundell/Wrap.git",
"tag": "2.1.1"
},
"source_files": "Sources/Wrap.swift",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.1"
}