| { |
| "name": "ICSwiftQRCode", |
| "version": "4.0.0", |
| "summary": "Simple QRCode detector and generator in Swift, forked from liufan321/SwiftQRCode", |
| "homepage": "https://github.com/interchen/SwiftQRCode", |
| "license": "MIT", |
| "authors": { |
| "interchen": "inter.chen@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/interchen/SwiftQRCode.git", |
| "tag": "4.0.0" |
| }, |
| "source_files": "QRCode/Source/*.swift", |
| "frameworks": "AVFoundation", |
| "requires_arc": true, |
| "pushed_with_swift_version": "4.0" |
| } |