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