blob: 7e0a63395a9947d34fcb4ee5a5a887758939f03d [file] [log] [blame]
{
"name": "SerializedSwift",
"version": "0.2",
"summary": "A GSON inspired JSON decoding strategy in Swift using @propertyWrappers.",
"description": "A GSON inspired JSON decoding strategy in Swift using @propertyWrappers.\nA significant enhancement to the current Codable protocol for better and easier Serializing and Deserializing JSON.",
"homepage": "https://github.com/dejanskledar/SerializedSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dejan Skledar": "skledar20@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.1",
"5.2"
],
"source": {
"git": "https://github.com/dejanskledar/SerializedSwift.git",
"tag": "0.2"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
],
"swift_version": "5.2"
}