| { | |
| "name": "QRExt", | |
| "version": "1.0.0", | |
| "summary": "根据字符串生成二维码集合工具", | |
| "homepage": "https://github.com/junhaiyang/QRExt", | |
| "license": "MIT", | |
| "authors": { | |
| "yangjunhai": "junhaiyang@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "6.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/junhaiyang/QRExt.git", | |
| "tag": "1.0.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "*.{h,m,mm}", | |
| "dependencies": { | |
| "libqrencode": [ | |
| "~> 3.4.2" | |
| ] | |
| } | |
| } |