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