blob: b1244a534e5469a6934e349e93ab7ec2e9ba85fa [file] [log] [blame]
{
"name": "AnyFormatKit",
"version": "2.0.6",
"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": "luximetr.notification@gmail.com"
},
"source": {
"git": "https://github.com/luximetr/AnyFormatKit.git",
"tag": "2.0.6"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "Source/**/*",
"swift_version": "5.0"
}