blob: 8e1d601ea925a3c841fecccc9a4a4cfa59cef216 [file] [log] [blame]
{
"name": "MessagePack-FlightSchool",
"module_name": "MessagePack",
"version": "1.2.3",
"summary": "A MessagePack encoder and decoder for Codable types.",
"description": "This functionality is discussed in Chapter 7 of\nFlight School Guide to Swift Codable.",
"homepage": "https://flight.school/books/codable/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mattt": "mattt@flight.school"
},
"social_media_url": "https://twitter.com/mattt",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Flight-School/MessagePack.git",
"tag": "1.2.3"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "4.2",
"static_framework": true,
"swift_version": "4.2"
}