| { |
| "name": "ZYValidator", |
| "version": "1.0.2", |
| "summary": "用于验证 用户名/密码/手机号/邮箱/身份证号码/日期/URL地址/车牌号 的格式", |
| "description": "用于验证 用户名/密码/手机号/邮箱/身份证号码/日期/URL地址/车牌号的格式 同时还可以验证具体的格式错误,比如至少一个大写", |
| "homepage": "https://github.com/LeaderBoy/ZYValidator", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "LeaderBoy": "748603349@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/LeaderBoy/ZYValidator.git", |
| "tag": "1.0.2" |
| }, |
| "source_files": [ |
| "ZYValidator/ZYValidator", |
| "ZYValidator/ZYValidator/**/*.{h,m}" |
| ], |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |