blob: dbdd0e7dfaf5acb5b61d7a5eb835d0a900cad9b9 [file] [log] [blame]
{
"name": "AnyCodable-FlightSchool",
"module_name": "AnyCodable",
"version": "0.2.3",
"summary": "Type-erased wrappers for Encodable, Decodable, and Codable values.",
"description": "This functionality is discussed in Chapter 3 of Flight 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",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Flight-School/AnyCodable.git",
"tag": "0.2.3"
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.0",
"static_framework": true
}