[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 9 / a / e / RYFloatingInput / 0.1.5 / RYFloatingInput.podspec.json
blob8bdbf27d430de2e3d7254e24779b94caf2a45c8c
2   "name": "RYFloatingInput",
3   "version": "0.1.5",
4   "summary": "A customizable and flexible textfield control written in Swift.",
5   "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.",
6   "homepage": "https://github.com/ChengRayYu/RYFloatingInput",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ray ChengJui YU": "eebolue@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ChengRayYu/RYFloatingInput.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": [
22     "RYFloatingInput/Classes/**/*",
23     "RYFloatingInput/Assets/**/*"
24   ],
25   "dependencies": {
26     "RxSwift": [
27       "~> 4.0"
28     ],
29     "RxCocoa": [
30       "~> 4.0"
31     ]
32   }