{ | |
"name": "CameraTool", | |
"version": "0.0.4", | |
"summary": "身份证拍照相机工具", | |
"description": "1.修复图片无法显示问题", | |
"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.0.4" | |
}, | |
"source_files": [ | |
"Classes", | |
"Classes/**/*.{h,m}" | |
], | |
"resources": "Resources/*.png", | |
"frameworks": [ | |
"Foundation", | |
"UIKit" | |
], | |
"requires_arc": true | |
} |