blob: f9065d9950220c8427eaa3888c20691591dd1e76 [file] [log] [blame]
{
"name": "QRCodeReader",
"version": "1.1",
"summary": "A simple QRCode reader for Swift.",
"homepage": "https://github.com/ricardopereira/QRCodeReader",
"license": "MIT",
"authors": {
"Ricardo Pereira": "m@ricardopereira.eu"
},
"source": {
"git": "https://github.com/ricardopereira/QRCodeReader.git",
"tag": "1.1"
},
"social_media_url": "https://twitter.com/ricardopereiraw",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "*.{h,swift}",
"frameworks": [
"UIKit",
"AVFoundation"
]
}