blob: 556f0de31b4e960c75b8fdbc2fadd5ac00a2cde3 [file] [log] [blame]
{
"name": "SwiftQRCode",
"version": "1.0.3",
"summary": "Simple QRCode detector and generator in Swift",
"homepage": "https://github.com/liufan321/QRCode",
"license": "MIT",
"authors": {
"Fan Liu": "liufan321@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/liufan321/SwiftQRCode.git",
"tag": "1.0.3"
},
"source_files": "QRCode/Source/*.swift",
"frameworks": "AVFoundation",
"requires_arc": true
}