[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / c / 5 / TIFormInputView / 0.5.0 / TIFormInputView.podspec.json
blobc7d481bac05c6910f3febc6f7bef9508701b0b1b
2   "name": "TIFormInputView",
3   "version": "0.5.0",
4   "summary": "Extended input view for the form with additional validation (step-by-step) and error handling.",
5   "swift_version": "4.2",
6   "description": "Extended input view with animated title, text field, error text and additional fields to indicate whether the individual validation steps have been met.",
7   "homepage": "https://github.com/wachus77/TIFormInputView",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Tomasz Iwaszek": "wachus77@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/wachus77/TIFormInputView.git",
17     "tag": "0.5.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "TIFormInputView/Classes/**/*",
23   "resource_bundles": {
24     "TIFormInputView": [
25       "TIFormInputView/Classes/**/*.{xib,xcassets,json,imageset,png}"
26     ]
27   }