blob: 9bbad7805bd8576b429149ca9bf850e84808f751 [file] [log] [blame]
{
"name": "LetterCase",
"version": "1.5.0",
"swift_versions": "5.0",
"summary": "String letter case conversion and JSON decoding / encoding strategies",
"description": "Lightweight library written in Swift for converting the letter case of a String. Includes implementations of JSONDecoder.KeyDecodingStrategy and JSONEncoder.KeyEncodingStrategy for JSON decoding / encoding.",
"homepage": "https://github.com/rwbutler/LetterCase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ross Butler": "github@rwbutler.com"
},
"source": {
"git": "https://github.com/rwbutler/LetterCase.git",
"tag": "1.5.0"
},
"social_media_url": "https://twitter.com/ross_w_butler",
"platforms": {
"ios": "8.0"
},
"source_files": "LetterCase/Classes/**/*",
"swift_version": "5.0"
}