[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 8 / a / AnimatedTextInput / 0.5.5 / AnimatedTextInput.podspec.json
blobdcede6a43aae510cfba60ef130ca85de994e00c9
2   "name": "AnimatedTextInput",
3   "version": "0.5.5",
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   "screenshots": "https://github.com/jobandtalent/AnimatedTextInput/raw/master/Assets/general.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Victor Baro": "fs.baro@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/jobandtalent/AnimatedTextInput.git",
17     "tag": "0.5.5"
18   },
19   "social_media_url": "https://twitter.com/jobandtalentEng",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "AnimatedTextInput/Classes/**/*",
24   "resource_bundles": {
25     "AnimatedTextInput": [
26       "AnimatedTextInput/Assets/*.*"
27     ]
28   }