| { |
| "name": "CameraTool", |
| "version": "0.0.2", |
| "summary": "A short description of CameraTool.", |
| "description": "1.分离拍照和识别逻辑\n2.身份证拍照", |
| "homepage": "https://github.com/zyy0715/CameraTool", |
| "license": "MIT", |
| "authors": { |
| "ZYY": "2893358240@qq.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/zyy0715/CameraTool.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "resources": "Resources/*.png", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true |
| } |