blob: 8a6cca14d44c433f187d5901ef5f15707c24bb3b [file] [log] [blame]
{
"name": "UTScannerSDK",
"version": "0.0.1",
"summary": "二维码扫描框架",
"homepage": "https://github.com/ZuoLuFei/UTScannerSDK",
"license": "MIT",
"authors": {
"ZuoLuFei": "yuan_ren_ge@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ZuoLuFei/UTScannerSDK.git",
"tag": "0.0.1"
},
"source_files": "UTScannerSDK/public/*.h",
"public_header_files": "UTScannerSDK/public/UTScanner.h",
"resources": "UTScannerSDK/*.{bundle,a}",
"dependencies": {
"ZXingObjC": [
"~> 3.1.0"
]
},
"requires_arc": true
}