[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / f / 5 / EFQRCode / 1.2.3 / EFQRCode.podspec.json
blob6f66383dc34f1ecd40c6e283bcc6251964a96d2a
2   "name": "EFQRCode",
3   "version": "1.2.3",
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.3"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.11",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "source_files": "Source/*.swift",
25   "pushed_with_swift_version": "3.0"