blob: 303ef4338ef570a2c92e0d0e135ca04de285a20f [file] [log] [blame]
{
"name": "QRCode",
"version": "1.0",
"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": "1.0"
},
"requires_arc": true,
"source_files": [
"QRCode/QRCode.swift",
"QRCode/UIImageViewExtension.swift",
"QRCode/CIColorExtension.swift",
"QRCode/CIImageExtension.swift"
],
"pushed_with_swift_version": "2.3"
}