| { |
| "name": "YLOCScan", |
| "version": "0.9.1", |
| "summary": "Objective-C实现二维码扫描识别和生成二维码", |
| "description": "使用Manager管理以方便的调用以实现二维码扫描和结果返回,图片二维码识别,二维码生成等", |
| "homepage": "https://github.com/hoggenw/YLOCScan", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "hoggenw": "253192463@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/hoggenw/YLOCScan.git", |
| "tag": "0.9.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "YLOCScan/Classes/**/*", |
| "resource_bundles": { |
| "YLOCScan": [ |
| "YLOCScan/Assets/*.png" |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "AVFoundation" |
| ] |
| } |