[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 4 / 9 / US2FormValidator / 1.1.1 / US2FormValidator.podspec.json
blob38c8607fce8ba0a91f9593a2bd1a6517a9bfd12c
2   "name": "US2FormValidator",
3   "version": "1.1.1",
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   },
11   "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.",
12   "platforms": {
13     "ios": null
14   },
15   "source": {
16     "git": "https://github.com/ustwo/US2FormValidator.git",
17     "tag": "1.1.1"
18   },
19   "source_files": "US2FormValidationFramework/source/**/*.{h,m}",
20   "resources": "US2FormValidationFramework/US2Localizable/*",
21   "preserve_paths": [
22     "Documentation",
23     "US2FormValidationFrameworkSample",
24     "US2FormValidationFramework/tests",
25     "US2FormValidationFramework/documentation",
26     "US2FormValidationFramework/US2FormValidationFramework.xcodeproj"
27   ],
28   "requires_arc": false