[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 8 / a / AnimatedTextInput / 0.3.2 / AnimatedTextInput.podspec.json
blob2189fe00ebe98ff861b822eb232ebcc79882f9b4
2   "name": "AnimatedTextInput",
3   "version": "0.3.2",
4   "summary": "UITextField and UITextView replacement with animated hint and error message support. Highly customizable. Used in Jobandtalent iOS app",
5   "description": "AnimatedTextInput\nThis custom control can be used as a replacement for UITextField or UITextView. It comes with 5 different entry types: default, numeric, password, selection and multiline, but you can also extend its functionality by setting up your own TextInput.\nThe animation consists on the placeholder becoming the hint. This control also allows for error state, showing an error message hint.",
6   "homepage": "https://github.com/jobandtalent/AnimatedTextInput",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Victor Baro": "fs.baro@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jobandtalent/AnimatedTextInput.git",
16     "tag": "0.3.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AnimatedTextInput/Classes/**/*",
22   "resource_bundles": {
23     "AnimatedTextInput": [
24       "AnimatedTextInput/Assets/*.*"
25     ]
26   }