[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / f / 5 / EFQRCode / 6.2.0 / EFQRCode.podspec.json
blobd9650cf7e08bb21391ffc53f767c8a1d4ddd4ee3
2   "name": "EFQRCode",
3   "version": "6.2.0",
4   "summary": "A better way to operate quick response code in Swift.",
5   "description": "EFQRCode is a lightweight, pure-Swift library for generating pretty QRCode image with input watermark or icon and recognizing QRCode from image, it is based on CoreGraphics, CoreImage and ImageIO. EFQRCode provides you a better way to operate QRCode in your app, it works on iOS, macOS, tvOS and watchOS, and it is available through CocoaPods, Carthage and Swift Package Manager.",
6   "homepage": "https://github.com/EFPrefix/EFQRCode",
7   "screenshots": "https://raw.githubusercontent.com/EFPrefix/EFQRCode/assets/EFQRCode.jpg",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "EyreFree": "eyrefree@eyrefree.org",
14     "ApolloZhu": "public-apollonian@outlook.com"
15   },
16   "source": {
17     "git": "https://github.com/EFPrefix/EFQRCode.git",
18     "tag": "6.2.0"
19   },
20   "social_media_url": "https://twitter.com/EyreFree777",
21   "documentation_url": "https://efprefix.github.io/EFQRCode",
22   "platforms": {
23     "ios": "9.0",
24     "osx": "10.10",
25     "tvos": "9.0",
26     "watchos": "2.0"
27   },
28   "swift_versions": "5.0",
29   "requires_arc": true,
30   "frameworks": [
31     "ImageIO",
32     "CoreGraphics",
33     "Foundation"
34   ],
35   "ios": {
36     "frameworks": "CoreImage"
37   },
38   "osx": {
39     "frameworks": "CoreImage"
40   },
41   "tvos": {
42     "frameworks": "CoreImage"
43   },
44   "watchos": {
45     "dependencies": {
46       "swift_qrcodejs": [
47         "~> 2.2.2"
48       ]
49     }
50   },
51   "source_files": "Source/**/*.{h,swift}",
52   "swift_version": "5.0"