blob: e1d652b66ee9f4a42156168362fa00ccde30c5eb [file] [log] [blame]
{
"name": "QRCodeReader",
"version": "1.0",
"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.0"
},
"social_media_url": "https://twitter.com/ricardopereiraw",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "*.{h,swift}",
"frameworks": [
"UIKit",
"AVFoundation"
]
}