[Add] GamebaseAuthExternalWeiboSDK 3.4.0
[CocoaPods.git] / Specs / 9 / 7 / a / QRBot / 0.1.1 / QRBot.podspec.json
blob2de795fd8beb94f3733ce4f7db5a6b45791041f8
2   "name": "QRBot",
3   "version": "0.1.1",
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.1"
17   },
18   "social_media_url": "https://twitter.com/@HardikTrivedi_D",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_version": "4.0",
23   "source_files": "QRCodeScan/*.{swift}",
24   "frameworks": [
25     "UIKit",
26     "AVFoundation"
27   ]