blob: 1b450abd61a9876a974ccea72f5f704745670391 [file] [log] [blame]
{
"name": "AnyCodable-FlightSchool",
"module_name": "AnyCodable",
"version": "0.3.0",
"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.3.0"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "5.0",
"static_framework": true,
"swift_version": "5.0"
}