blob: 5b811738e7970e6693517a1b0bdfc3a4ce4273bc [file] [log] [blame]
{
"name": "RYFloatingInput",
"version": "0.1.3",
"summary": "A customizable and flexible textfield control written in Swift.",
"description": "RYFlotingInput, inspired by \"Floating Label Pattern\" and implemented with RxSwift & mvvm pattern, provides a fully-customizable textfield input control along with painless input text validation.",
"homepage": "https://github.com/ycray/RYFloatingInput",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ray ChengJui YU": "eebolue@gmail.com"
},
"source": {
"git": "https://github.com/ycray/RYFloatingInput.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"RYFloatingInput/Classes/**/*",
"RYFloatingInput/Assets/**/*"
],
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}