blob: fb105f7c91f073610677b0c7e25e632e50b3855f [file] [log] [blame]
{
"name": "DCQRCode",
"version": "1.0",
"summary": "Scan and generate QRCode or BarCode using AVFoundation",
"homepage": "https://github.com/Tangdixi/DCQRCode",
"license": {
"type": "MIT",
"text": "The DCTaskReactor use the MIT license"
},
"authors": {
"Tangdixi": "Tangdixi@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Tangdixi/DCQRCode.git",
"tag": "1.0"
},
"source_files": "DCQRCode/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreImage",
"AVFoundation"
],
"requires_arc": true
}