[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / f / 5 / EFQRCode / 5.1.8 / EFQRCode.podspec.json
blobe24dea47fd79f2a61ebc42e588e25c64994bdc09
2   "name": "EFQRCode",
3   "version": "5.1.8",
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": "5.1.8"
18   },
19   "social_media_url": "https://twitter.com/EyreFree777",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.11",
23     "tvos": "9.0"
24   },
25   "swift_versions": "5.0",
26   "requires_arc": true,
27   "frameworks": [
28     "ImageIO",
29     "CoreGraphics",
30     "Foundation"
31   ],
32   "ios": {
33     "frameworks": "CoreImage"
34   },
35   "osx": {
36     "frameworks": "CoreImage"
37   },
38   "tvos": {
39     "frameworks": "CoreImage"
40   },
41   "default_subspecs": "Core",
42   "subspecs": [
43     {
44       "name": "Core",
45       "source_files": "Source/**/*.{h,swift}"
46     },
47     {
48       "name": "watchOS",
49       "platforms": {
50         "ios": "8.0",
51         "osx": "10.11",
52         "tvos": "9.0",
53         "watchos": "2.0"
54       },
55       "source_files": "Source/**/*.{h,swift}",
56       "dependencies": {
57         "swift_qrcodejs": [
58           ">= 1.1.4"
59         ]
60       }
61     }
62   ],
63   "swift_version": "5.0"