[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / f / 5 / EFQRCode / 1.2.2 / EFQRCode.podspec.json
blobdf470ce835d4abc1d433d159e485fbf2255bf320
2   "name": "EFQRCode",
3   "version": "1.2.2",
4   "summary": "A better way to operate quick response code in Swift.",
5   "description": "EFQRCode is a tool to generate QRCode image or recognize QRCode from image, in Swift. It is based on CoreImage.\nGeneration: Create pretty two-dimensional code image with input watermark or icon;\nRecognition: Recognition rate is higher than simply CIDetector.",
6   "homepage": "https://github.com/EyreFree/EFQRCode",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "EyreFree": "eyrefree@eyrefree.org"
13   },
14   "source": {
15     "git": "https://github.com/EyreFree/EFQRCode.git",
16     "tag": "1.2.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Source/*.swift",
23   "pushed_with_swift_version": "3.0"