| { |
| "name": "IDCardNumber-Validator", |
| "version": "1.0.0", |
| "summary": "OC & Swift身份证号码验证", |
| "description": "An Objective-C & Swift implementation to (check) validate Chinese ID Card No. 身份证号码验证。", |
| "homepage": "https://github.com/qmint/IDCardNumber-Validator", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Mint", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "swift_versions": "5.0", |
| "source": { |
| "git": "https://github.com/qmint/IDCardNumber-Validator.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Extension/**/*.swift", |
| "swift_version": "5.0" |
| } |