[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 8 / 7 / ZYValidator / 1.0.0 / ZYValidator.podspec.json
blob306019387438a600ab45461c1de12af3103af7a0
2   "name": "ZYValidator",
3   "version": "1.0.0",
4   "summary": "用于验证 用户名/密码/手机号/邮箱/身份证号码/日期/URL地址/车牌号 的格式",
5   "description": "用于验证 用户名/密码/手机号/邮箱/身份证号码/日期/URL地址/车牌号的格式 同时还可以验证具体的格式错误,比如至少一个大写",
6   "homepage": "https://github.com/LeaderBoy/ZYValidator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LeaderBoy": "748603349@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/LeaderBoy/ZYValidator.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "ZYValidator",
23     "ZYValidator/**/*.{h,m}"
24   ],
25   "frameworks": "UIKit",
26   "requires_arc": true