| { |
| "name": "FormValidatorSwift", |
| "version": "1.0.0", |
| "license": { |
| "type": "MIT", |
| "file": "License.md" |
| }, |
| "summary": "An organizational tool for writing custom view controllers using UIKit.", |
| "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": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.3", |
| "tvos": "9.0" |
| }, |
| "source_files": "Sources/**/*.swift", |
| "resource_bundles": { |
| "FormValidatorSwift": "Sources/Resources/**/*.strings" |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true |
| } |