blob: 17f14429e08a21ccb79668a1f5ef4ed5e6b7e8bf [file] [log] [blame]
{
"name": "ZHBarTool",
"version": "1.3.1",
"summary": "二维码工具",
"description": "原生封装二维码、条形码扫描工具;生成、识别(彩色)二维码图片",
"homepage": "https://github.com/leezhihua/ZHBarTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leezhihua": "leezhihua@yeah.net"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/leezhihua/ZHBarTool.git",
"tag": "1.3.1"
},
"source_files": "Pod/Classes/*.{h,m}",
"resources": [
"Pod/Assets/*"
],
"frameworks": [
"UIKit",
"AVFoundation",
"CoreImage"
],
"requires_arc": true
}