blob: 5efbccd6437865447807cacc8cdaa48b02d36efd [file] [log] [blame]
{
"name": "StringCase",
"version": "0.1.0",
"summary": "String extension that allows you to easily switch between cases.",
"description": "Simple String extension that allows you to swiftly convert between Pascal, snake, camel, MACRO, dot and cobol cases.",
"homepage": "https://github.com/Rabursky/StringCase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marcin Raburski": "rabursky@gmail.com"
},
"source": {
"git": "https://github.com/Rabursky/StringCase.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "StringCase/Classes/**/*"
}