[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 8 / a / AnimatedTextInput / 0.3.3 / AnimatedTextInput.podspec.json
bloba5373d1f35e9bc9accf7e50f5f76170b42062bbd
2   "name": "AnimatedTextInput",
3   "version": "0.3.3",
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.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AnimatedTextInput/Classes/**/*",
22   "resource_bundles": {
23     "AnimatedTextInput": [
24       "AnimatedTextInput/Assets/*.*"
25     ]
26   }