blob: 834dbb68cf21241be763857aeceabc00c867a351 [file] [log] [blame]
{
"name": "Alter",
"version": "1.2.9",
"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/hainayanda/Alter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nayanda": "hainayanda@outlook.com"
},
"source": {
"git": "https://github.com/hainayanda/Alter.git",
"tag": "1.2.9"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Alter/Classes/**/*",
"swift_versions": "5.1",
"swift_version": "5.1"
}