DSValidator
验证
特性
- bla
- ba
安装
框架不包含任何外部依赖项。
Carthage
将此添加到Cartfile
中
github "dmitrysimkin/DSValidator"
然后运行
$ carthage update
CocoaPods
将其添加到您的Podfile
中
pod 'DSValidator'
然后运行
$ pod install
Swift包管理器
- 转到
文件 > Swift包 > 添加包依赖...
- 输入url
https://github.com/dmitrysimkin/DSValidator.git
- 选择版本/分支/提交
手动使用git子模块
- 将DSValidator作为子模块添加
$ git submodule add https://github.com/dmitrysimkin/DSValidator.git
- 将
DSValidator.xcodeproj
拖拽到"项目导航器"中 - 前往
项目 > 目标 > 编译阶段 > 链接二进制与库
,点击+
并选择DSValidator.framework