[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / a / FormValidatorSwift / 4.0.0 / FormValidatorSwift.podspec.json
blobff46b12668a775bd8ce720a51c2888280f34cd7a
2   "name": "FormValidatorSwift",
3   "version": "4.0.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": "4.0.0"
17   },
18   "platforms": {
19     "ios": "8.3",
20     "tvos": "9.0",
21     "osx": "10.11"
22   },
23   "source_files": "Sources/**/*.swift",
24   "ios": {
25     "exclude_files": "**/*AppKit.swift",
26     "frameworks": "UIKit"
27   },
28   "tvos": {
29     "exclude_files": "**/*AppKit.swift",
30     "frameworks": "UIKit"
31   },
32   "osx": {
33     "exclude_files": "**/*UIKit.swift",
34     "frameworks": "AppKit"
35   },
36   "resource_bundles": {
37     "FormValidatorSwift": "Sources/Resources/**/*.strings"
38   },
39   "frameworks": "Foundation",
40   "requires_arc": true