blob: ebe9287909602ed05075a3d666a0d4725bc1ec91 [file] [log] [blame]
{
"name": "QRCoder",
"version": "0.1.2",
"summary": "A QR code generator and scanner for OSX and iOS written in Swift.",
"description": "Since OSX 10.9 / iOS 7 apple offers a CI filter to generate QR codes.\nHowever, scaling the QR code to the desired size without blurring\nthe image doesn't work out of the box. The QRCoder library can help you with that.\nIt also contains a handy view controller to scan QR codes.",
"homepage": "https://github.com/sbhklr/QRCoder",
"screenshots": [
"https://raw.githubusercontent.com/sbhklr/QRCoder/master/screenshots/ios_code.png",
"https://raw.githubusercontent.com/sbhklr/QRCoder/master/screenshots/osx_code.png",
"https://raw.githubusercontent.com/sbhklr/QRCoder/master/screenshots/ios_scanner.png"
],
"license": "MIT",
"authors": {
"Sebastian Hunkeler": "hunkeler.sebastian@gmail.com"
},
"source": {
"git": "https://github.com/sbhklr/QRCoder.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/sbhklr",
"requires_arc": true,
"ios": {
"source_files": "Pod/Classes/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
]
},
"osx": {
"source_files": "Pod/Classes/QRCodeGenerator.swift",
"frameworks": [
"Foundation",
"AppKit",
"QuartzCore"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}