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