[Add] LiteRTSelectTfOps 0.0.1-nightly.20250110
[CocoaPods.git] / Specs / e / a / 8 / QRCodeGenerator / 1.0.5 / QRCodeGenerator.podspec.json
blobd62a9cfd96e3ffe4dc60e2ee92f6a5617d014a60
2   "name": "QRCodeGenerator",
3   "version": "1.0.5",
4   "summary": "Simple QR-code generator writen in Swift",
5   "description": "QR-code generator writen in Swift based on https://github.com/kazuhikoarase/qrcode-generator",
6   "homepage": "https://github.com/vitali-kurlovich/QRCode",
7   "screenshots": "https://github.com/vitali-kurlovich/QRCode/blob/master/ScreenShot.png?raw=true",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Vitali Kurlovich": "vitalikurlovich@gmail.com"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.9",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/vitali-kurlovich/QRCode.git",
22     "tag": "1.0.5"
23   },
24   "source_files": "QRCode/Sources/**/*.{h,swift}",
25   "ios": {
26     "source_files": "QRCode/QRCodeiOS/**/*.{h,swift}",
27     "frameworks": [
28       "UIKit",
29       "Foundation"
30     ]
31   },
32   "osx": {
33     "frameworks": "Foundation"
34   },
35   "tvos": {
36     "frameworks": "Foundation"
37   },
38   "requires_arc": true,
39   "pushed_with_swift_version": "4.0"