blob: 7efa616558cb7aeff3ebca69029e238b65ed6e8a [file] [log] [blame]
{
"name": "FormValidatorSwift",
"version": "3.0.0",
"license": {
"type": "MIT",
"file": "License.md"
},
"summary": "A framework to validate inputs of text fields and text views in a convenient way.",
"homepage": "https://github.com/ustwo/formvalidator-swift",
"authors": {
"Shagun Madhikarmi": "shagun@ustwo.com",
"Aaron McTavish": "aamct@ustwo.com"
},
"source": {
"git": "https://github.com/ustwo/formvalidator-swift.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.3",
"tvos": "9.0",
"osx": "10.11"
},
"source_files": "Sources/**/*.swift",
"ios": {
"exclude_files": "**/*AppKit.swift",
"frameworks": "UIKit"
},
"tvos": {
"exclude_files": "**/*AppKit.swift",
"frameworks": "UIKit"
},
"osx": {
"exclude_files": "**/*UIKit.swift",
"frameworks": "AppKit"
},
"resource_bundles": {
"FormValidatorSwift": "Sources/Resources/**/*.strings"
},
"frameworks": "Foundation",
"requires_arc": true
}