blob: 0fd69d1f1223fda0c0d3e91eb1a957127f0d06e6 [file] [log] [blame]
{
"name": "AnyFormatKit",
"version": "0.1.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": "alexandr.orlov@brander.ua"
},
"source": {
"git": "https://github.com/luximetr/AnyFormatKit.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*"
}