blob: 25884559300b64ede9ae56c45da8363b6c97c5ee [file] [log] [blame]
{
"name": "CameraTool",
"version": "0.1.0",
"summary": "证件拍照相机工具及识别",
"description": "1.去除依赖第三方库GTMBase64,完全以系统类库实现",
"homepage": "https://github.com/zyy0715/CameraTool",
"license": "MIT",
"authors": {
"ZYY": "2893358240@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zyy0715/CameraTool.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"resources": "Resources/*.png",
"ios": {
"vendored_frameworks": "HSIDCard/HSIDCard.framework"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}