blob: 55ccb8eaeae06c9ee8f8de228943f255672068a6 [file] [log] [blame]
{
"name": "Codable",
"version": "0.1.0",
"summary": "A backport of Swift 4 Codable.",
"description": "This library is a backport of the Swift 4 `Codable` stuff. It includes the implementations of the `Codable` protocol for standard types and Foundation types, and `JSONEncoder` and `JSONDecoder` classes as well.",
"homepage": "https://github.com/broadwaylamb/Codable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"broadwaylamb": "seergy_pro@me.com"
},
"source": {
"git": "https://github.com/broadwaylamb/Codable.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/broadway_lamb",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "3.0"
}