| { |
| "name": "iOS-QR-Code-Generator", |
| "version": "0.1.0", |
| "summary": "A simple Objective-C library which simplify QR Code generation.", |
| "description": "'A simple Objective-C library which simplify QR Code generation using CIQRCodeGenerator.CIQRCodeGenerator. Authored by Giovanni Scarrone, https://www.giovanniscarrone.it/'", |
| "homepage": "https://github.com/teffi/iOS-QR-Code-Generator", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Teffi": "steffi.tan07@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/teffi/iOS-QR-Code-Generator.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "QRCodeGenerator/*" |
| } |