| { |
| "name": "MRPasswordView", |
| "version": "0.4.0", |
| "summary": "仿支付宝支付密码文本框效果.", |
| "description": "本着学习、研究的态度,仿制密码文本框效果;在一些已有博客进行优化,满足需求。\nV 1.0 init;\nV 2.0 增加清除密码方法;\nV 3.0 修改;\nV 4.0 支持下划线样式;", |
| "homepage": "https://github.com/CrazyRoy/MRPasswordView", |
| "screenshots": "https://github.com/CrazyRoy/MRPasswordView/blob/master/screenshot.png", |
| "license": "MIT", |
| "authors": { |
| "CrazyRoy": "897323459@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/CrazyRoy/MRPasswordView.git", |
| "tag": "0.4.0" |
| }, |
| "source_files": [ |
| "MRPasswordView/**/*.{jpg,png}", |
| "MRPasswordView/**/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |