[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 7 / a / QRBot / 0.1.0 / QRBot.podspec.json
blob0774876a9552ee6c481e3568b68cb84fd3301e1e
2   "name": "QRBot",
3   "version": "0.1.0",
4   "summary": "QRBot, a QR Code Scanning and Generating library for iOS 9+, written in Swift 4.",
5   "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. :)'",
6   "homepage": "https://github.com/hardiiik/QRBot",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hardik Trivedi": "hardiktrivedi3008.ht@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hardiiik/QRBot.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "QRCodeScan/*.{swift}",
23   "frameworks": [
24     "UIKit",
25     "AVFoundation"
26   ]