blob: 804d7d600b542dd5af99be9aa25a51f360bcd7a8 [file] [log] [blame]
{
"name": "CodableProperty",
"version": "0.1.0",
"summary": "Easy transforming of Codable types written in Swift",
"description": "CodableProperty is a framework written in Swift that works along with the build in `Codable` protocol.\nUses the new `propertyWrapper` feature of Swift 5.1 to make type transformation easier.",
"homepage": "https://github.com/gcharita/CodableProperty",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gcharita": "chgiorgos13@gmail.com"
},
"source": {
"git": "https://github.com/gcharita/CodableProperty.git",
"tag": "0.1.0"
},
"platforms": {
"watchos": "2.0",
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "CodableProperty/Classes/**/*",
"swift_versions": "5.1",
"swift_version": "5.1"
}