blob: 7dbe81c5ea0b07c7e3fd11b74f004ffd11eea519 [file] [log] [blame]
{
"name": "AnyFormatKit",
"version": "0.2.1",
"summary": "Simple text formatting in Swift.",
"description": "This framework provide to format text with format like \"## ##-###\", where # - replaceble symbol. Support format all string or character by character input.",
"homepage": "https://github.com/luximetr/AnyFormatKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"luximetr": "alexandr.orlov@brander.ua"
},
"source": {
"git": "https://github.com/luximetr/AnyFormatKit.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*"
}