blob: 4752370a15e80178eca1025fd725e14635017dba [file] [log] [blame]
{
"name": "AnyFormatKit",
"version": "0.1.2",
"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.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*",
"pushed_with_swift_version": "4.0"
}