blob: 62c65fc6044d4cb1481d2d9057aa186952c84556 [file] [log] [blame]
{
"name": "EFQRCode",
"version": "1.2.4",
"summary": "A better way to operate quick response code in Swift.",
"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.",
"homepage": "https://github.com/EyreFree/EFQRCode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EyreFree": "eyrefree@eyrefree.org"
},
"source": {
"git": "https://github.com/EyreFree/EFQRCode.git",
"tag": "1.2.4"
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"pushed_with_swift_version": "3.0"
}