blob: 7bc1e1a96e0597460da8da251b7cd0046eca53e7 [file] [log] [blame]
{
"name": "RYFloatingInput",
"version": "0.1.6",
"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/ChengRayYu/RYFloatingInput",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ray ChengJui YU": "ray.cj.yu@gmail.com"
},
"source": {
"git": "https://github.com/ChengRayYu/RYFloatingInput.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"RYFloatingInput/Classes/**/*",
"RYFloatingInput/Assets/**/*"
],
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}