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