blob: c36bfbf01993fea1ea964cb742c06ef57bbe985f [file] [log] [blame]
{
"name": "Alter",
"version": "1.2.8",
"summary": "Alter is framework to make mapping Codable property and key easier",
"description": "Alter is framework to make mapping Codable property and key easier.\nWith Alter, you don't need to create CodingKey to manually mapping.\nAlter using propertyWrapper and reflection to achive manual mapping.",
"homepage": "https://github.com/nayanda1/Alter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nayanda": "nayanda1@outlook.com"
},
"source": {
"git": "https://github.com/nayanda1/Alter.git",
"tag": "1.2.8"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Alter/Classes/**/*",
"swift_versions": "5.1",
"swift_version": "5.1"
}