[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 9 / 7 / a / QRBot / 0.2.1 / QRBot.podspec.json
blob91a0ce1b19fd847692a6c72cbfa74d83765aea66
2   "name": "QRBot",
3   "version": "0.2.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.2.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": [
24     "QRCodeScan/*.{swift}",
25     "QRCodeGeneration/*.swift"
26   ],
27   "frameworks": [
28     "UIKit",
29     "AVFoundation"
30   ]