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