blob: f1f2e77a3154ec8fabda90eac98abf22c1c09af8 [file] [log] [blame]
{
"name": "Alter",
"version": "1.2.2",
"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.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/Alter/Classes/**/*",
"swift_versions": "5.1",
"swift_version": "5.1"
}