https://github.com/kapizoli77/valigator
Swift validator library
https://github.com/kapizoli77/valigator
carthage cocoapods ios ios-lib ios-swift swift swift-framework swift-library swift-package-manager swift5 validation validation-framework validation-library validation-rules valigator xcode
Last synced: 3 months ago
JSON representation
Swift validator library
- Host: GitHub
- URL: https://github.com/kapizoli77/valigator
- Owner: kapizoli77
- License: mit
- Created: 2020-02-26T21:06:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T12:29:29.000Z (over 3 years ago)
- Last Synced: 2025-06-19T18:21:00.271Z (4 months ago)
- Topics: carthage, cocoapods, ios, ios-lib, ios-swift, swift, swift-framework, swift-library, swift-package-manager, swift5, validation, validation-framework, validation-library, validation-rules, valigator, xcode
- Language: Swift
- Size: 1020 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Valigator
[](https://github.com/kapizoli77/valigator/graphs/commit-activity) [](https://github.com/kapizoli77/valigator/actions)Swift library to validate single fields or a whole form
## Installation
### Cocoapods
[](https://cocoapods.org/pods/Valigator) [](https://cocoapods.org/pods/Valigator)
[CocoaPods](https://cocoapods.org) is a dependency manager for Swift and Objective-C Cocoa projects. For usage and installation instructions, visit their website. To integrate Valigator into your Xcode project using CocoaPods, specify it in your Podfile:
```ruby
pod 'Valigator', '~> 1.0.0'
```### Carthage
[](https://github.com/Carthage/Carthage)
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate Valigator into your Xcode project using Carthage, specify it in your Cartfile:
```ruby
github "https://github.com/kapizoli77/valigator.git" "master"
```### Swift Package Manager
[](https://github.com/apple/swift-package-manager)
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the swift compiler. You can add it with Xcode integrated SPM support or manually, with adding this dependency to your Package.swift file:
```swift
dependencies: [
.package(url: "https://github.com/kapizoli77/valigator", .upToNextMinor(from: "1.0.0"))
]
```### Manual
TODO## Usage
[Detailed usage info](https://github.com/kapizoli77/valigator/tree/master/Documentation/Usage.md)## Documentation
[API doc](https://kapizoli77.github.io/valigator/) generated by Jazzy## License
[](LICENSE)Valigator is released under the [MIT License](LICENSE).
## Feedback is welcome
If you found a bug or want to improve the Valigator feel free to create an issue.