| { | |
| "name": "GTMBarcodeScanner", | |
| "version": "1.1", | |
| "summary": "Swift 实现的条码扫描组件库", | |
| "swift_version": "5", | |
| "homepage": "https://github.com/GTMYang/GTMBarcodeScanner", | |
| "license": { | |
| "type": "MINE", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "GTMYang": "17757128523@163.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/GTMYang/GTMBarcodeScanner.git", | |
| "tag": "1.1" | |
| }, | |
| "source_files": "GTMBarcodeScanner/*.{h,swift}", | |
| "resources": "GTMBarcodeScanner/Resource/**/*", | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "frameworks": "UIKit" | |
| } |