blob: 193b464eb2bf764b1b6d7f5a120bb75eb1791c6a [file] [log] [blame]
{
"name": "Rumpelstiltskin",
"version": "0.1.4",
"summary": "Converting Localizable.strings file int a Swift struct",
"description": "This pod is used to replace the Laurene localization generator which does not work with Swift 5 anymore.\nWe only support a smal feature set of the original generator but it should be enough for the most common cases.",
"homepage": "https://github.com/kurzdigital/Rumpelstiltskin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Braun": "christian.braun@kurzdigital.com"
},
"source": {
"git": "https://github.com/kurzdigital/Rumpelstiltskin.git",
"tag": "0.1.4"
},
"swift_versions": "5.0",
"source_files": "main.swift",
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0"
}