[Add] VIDVLiveness 3.0.4
[CocoaPods.git] / Specs / 1 / 4 / 9 / US2FormValidator / 1.1.2 / US2FormValidator.podspec.json
blob86a03f744ecd3a9e424381e217104bf6a2793194
2   "name": "US2FormValidator",
3   "version": "1.1.2",
4   "license": "MIT",
5   "summary": "A lightweight iOS form validation framework.",
6   "homepage": "https://github.com/ustwo/US2FormValidator",
7   "authors": {
8     "Martin Stolz": "martin@ustwo.co.uk",
9     "Alex Fish": "fish@ustwo.co.uk",
10     "Mio Nilsson": "mio@ustwo.co.uk"
11   },
12   "description": "This framework allows you to validate inputs of text fields and text views in a convenient way. Add your own validators and dependencies of validations.",
13   "platforms": {
14     "ios": null
15   },
16   "source": {
17     "git": "https://github.com/ustwo/US2FormValidator.git",
18     "tag": "1.1.2"
19   },
20   "source_files": "US2FormValidationFramework/source/**/*.{h,m}",
21   "resources": "US2FormValidationFramework/US2Localizable/*",
22   "preserve_paths": [
23     "Documentation",
24     "US2FormValidationFrameworkSample",
25     "US2FormValidationFramework/tests",
26     "US2FormValidationFramework/documentation",
27     "US2FormValidationFramework/US2FormValidationFramework.xcodeproj"
28   ],
29   "requires_arc": false