[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / f / 5 / EFQRCode / 6.0.0 / EFQRCode.podspec.json
blob7b92783e7b4c46f493fa189485f465b8170b97f7
2   "name": "EFQRCode",
3   "version": "6.0.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   },
15   "source": {
16     "git": "https://github.com/EFPrefix/EFQRCode.git",
17     "tag": "6.0.0"
18   },
19   "social_media_url": "https://twitter.com/EyreFree777",
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.10",
23     "tvos": "9.0",
24     "watchos": "2.0"
25   },
26   "swift_versions": "5.0",
27   "requires_arc": true,
28   "frameworks": [
29     "ImageIO",
30     "CoreGraphics",
31     "Foundation"
32   ],
33   "ios": {
34     "frameworks": "CoreImage"
35   },
36   "osx": {
37     "frameworks": "CoreImage"
38   },
39   "tvos": {
40     "frameworks": "CoreImage"
41   },
42   "watchos": {
43     "dependencies": {
44       "swift_qrcodejs": [
45         "~> 1.2.0"
46       ]
47     }
48   },
49   "source_files": "Source/**/*.{h,swift}",
50   "swift_version": "5.0"