| { |
| "name": "QRCode", |
| "version": "0.1", |
| "summary": "A QRCode generator written in Swift.", |
| "description": "Generate QRCodes and customize their appearance.", |
| "homepage": "https://github.com/aschuch/QRCode", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Alexander Schuch": "alexander@schuch.me" |
| }, |
| "social_media_url": "http://twitter.com/schuchalexander", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/aschuch/QRCode.git", |
| "tag": "0.1" |
| }, |
| "requires_arc": true, |
| "source_files": [ |
| "QRCode/QRCode.swift", |
| "QRCode/UIImageViewExtension.swift", |
| "QRCode/CIColorExtension.swift" |
| ] |
| } |