blob: 2b06a5e6c88a1fa1bda9cc9d0df900d6cf73f5a9 [file] [log] [blame]
{
"name": "VSTextField",
"version": "0.0.1",
"summary": "Easy text formatting.",
"description": "Dead simple drop-in subclass of UITextField with super easy number formatting.",
"homepage": "http://vojtastavik.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vojta Stavik": "",
"Munir Wanis": ""
},
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/VojtaStavik/VSTextField.git",
"tag": "0.0.1"
},
"source_files": [
"VSTextField/VSTextField",
"VSTextField/VSTextField/**/*.{h,swift}"
]
}