blob: 89688b0f17e8fe4323da2e9f7ca400394601ffc6 [file] [log] [blame]
{
"name": "LetterCase",
"version": "1.6.0",
"swift_versions": "4.2",
"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.6.0"
},
"social_media_url": "https://twitter.com/ross_w_butler",
"platforms": {
"ios": "8.0"
},
"source_files": "LetterCase/Classes/**/*",
"swift_version": "4.2"
}