blob: 869609122923034ba77ca2133adba10787a78f2d [file] [log] [blame]
{
"name": "FloatableTextField",
"version": "0.1.2",
"swift_version": "4.0",
"summary": "A beautiful Custom TextField designed for forms and login in iOS Apps.",
"description": "It is a custom UItextField with the addition of animations, state indicator, messages label and animated placeholders.",
"homepage": "https://github.com/prashantLalShrestha/FloatableTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"prashantLalShrestha": "prashantlurvs@gmail.com"
},
"source": {
"git": "https://github.com/prashantLalShrestha/FloatableTextField.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FloatableTextField/Classes/**/*",
"resource_bundles": {
"FloatableTextField": [
"FloatableTextField/Assets/*.png"
]
},
"frameworks": "UIKit"
}