blob: 65325cc3361f1f93fd54075f9c81d31913bb0137 [file] [log] [blame]
{
"name": "QRBot",
"version": "0.2.2",
"summary": "QRBot, a QR Code Scanning and Generating library for iOS 9+, written in Swift 4.",
"description": "'QRBot is a library to simplify QR code scanning and generating new QR code tasks. You just need to make our class as super class of your ViewController and conform one protocol to scan QR Code using your app. And for generating new Code from your data, you need to call one method. We made these complex tasks that easy for you. :)'",
"homepage": "https://github.com/hardiiik/QRBot",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hardik Trivedi": "hardiktrivedi3008.ht@gmail.com"
},
"source": {
"git": "https://github.com/hardiiik/QRBot.git",
"tag": "0.2.2"
},
"social_media_url": "https://twitter.com/@HardikTrivedi_D",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": [
"QRCodeScan/*.{swift}",
"QRCodeGeneration/*.swift"
],
"frameworks": [
"UIKit",
"AVFoundation"
]
}