[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / a / 3 / 6 / SimpleQRCode / 0.6.2 / SimpleQRCode.podspec.json
blob8b9851ac8766220dd580736a033c6442b2f78d0f
2   "name": "SimpleQRCode",
3   "version": "0.6.2",
4   "swift_versions": "5.1",
5   "summary": "A simple QR code image generator to use in your apps, written in Swift 5.",
6   "description": "A simple QR code image generator to use in your apps, written in Swift 5.\nAlso provides `UIImageView` extension.",
7   "homepage": "https://github.com/dmrschmidt/QRCode",
8   "screenshots": "https://github.com/dmrschmidt/QRCode/raw/master/screenshot.png",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": "Dennis Schmidt",
14   "social_media_url": "http://twitter.com/dmrschmidt",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/dmrschmidt/QRCode.git",
20     "tag": "0.6.2"
21   },
22   "source_files": [
23     "QRCode",
24     "QRCode/**/*.swift"
25   ],
26   "frameworks": "AVFoundation",
27   "requires_arc": true,
28   "swift_version": "5.1"