[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / a / AnimatedTextInput / 0.5.2 / AnimatedTextInput.podspec.json
blob870b79fb6681dfe3add503d6da6dfb2b6fe94594
2   "name": "AnimatedTextInput",
3   "version": "0.5.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   "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.2"
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   },
29   "pushed_with_swift_version": "4.0"