blob: a3c4b3dcca690694191d5baed99097ff90a8461c [file] [log] [blame]
{
"name": "YLOCScan",
"version": "1.0.3",
"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": "1.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "YLOCScan/Classes/**/*",
"resource_bundles": {
"YLOCScan": [
"YLOCScan/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation"
]
}