blob: 9e195061ed43c1299bacf489202695882efaa50b [file] [log] [blame]
{
"name": "Wrap",
"version": "1.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.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/JohnSundell/Wrap.git",
"tag": "1.1.1"
},
"source_files": "Sources/Wrap.swift",
"frameworks": "Foundation"
}