| { |
| "name": "MMQRCodeScanner", |
| "version": "1.0", |
| "summary": "A two-dimensional code scanning and making tools used on iOS.", |
| "homepage": "https://github.com/dexianyinjiu/MMQRCodeScanner", |
| "license": "MIT", |
| "authors": { |
| "得闲饮酒": "1625977078@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/dexianyinjiu/MMQRCodeScanner.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "MMQRCodeScanner/**/*.{h,m}", |
| "resources": "MMQRCodeScanner/Resources/*.png", |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "AVFoundation" |
| ] |
| } |