blob: e45885a531ed7c8fbeb12f6d25bd7d87cf3da582 [file] [log] [blame]
{
"name": "AnyFormatKit",
"version": "2.0.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": "2.0.2"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "Source/**/*",
"swift_version": "5.0"
}