blob: de9cc0cd2961dc3f1deb0250f146ba27faf78891 [file] [log] [blame]
{
"name": "FloatyTextField",
"version": "0.3.0",
"summary": "FloatyTextField provides material design inspired TextField and TextView.",
"swift_version": "4.0",
"description": "FloatyTextField provides material design inspired TextField and TextView. Feel free to report issues.",
"homepage": "https://github.com/mlubgan/FloatyTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michał Łubgan": "m.lubgan@fivedottwelve.com"
},
"source": {
"git": "https://github.com/mlubgan/FloatyTextField.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "FloatyTextField/Classes/**/*",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"SnapKit": [
]
}
}