[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 7 / d / RAGTextField / 0.1.2 / RAGTextField.podspec.json
blob0e67833f7bc7b27d70e44ac4a41bf2936f7cf12a
2   "name": "RAGTextField",
3   "version": "0.1.2",
4   "summary": "Subclass of UITextField featuring a floating placeholder and a hint label.",
5   "description": "Adds a floating placeholder to the regular UITextField. Moreover, adds an optional hint or error label to the text field. Easy to work with in both storyboards and code. Written in Swift 3.",
6   "homepage": "https://github.com/raginmari/RAGTextField",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "raginmari": "reimar.twelker@web.de"
13   },
14   "source": {
15     "git": "https://github.com/raginmari/RAGTextField.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "RAGTextField/Classes/**/*",
22   "pushed_with_swift_version": "3.0"