[Add] LastCrash 2.0.0
[CocoaPods.git] / Specs / 7 / f / a / FormValidatorSwift / 1.1.0 / FormValidatorSwift.podspec.json
blob69a53de6512c3601c2e03976e26eae96252fd74e
2   "name": "FormValidatorSwift",
3   "version": "1.1.0",
4   "license": {
5     "type": "MIT",
6     "file": "License.md"
7   },
8   "summary": "A framework to validate inputs of text fields and text views in a convenient way.",
9   "homepage": "https://github.com/ustwo/formvalidator-swift",
10   "authors": {
11     "Shagun Madhikarmi": "shagun@ustwo.com",
12     "Aaron McTavish": "aamct@ustwo.com"
13   },
14   "source": {
15     "git": "https://github.com/ustwo/formvalidator-swift.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.3",
20     "tvos": "9.0"
21   },
22   "source_files": "Sources/**/*.swift",
23   "resource_bundles": {
24     "FormValidatorSwift": "Sources/Resources/**/*.strings"
25   },
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ],
30   "requires_arc": true,
31   "pushed_with_swift_version": "3.0"