blob: 52784366867a359ec0f670f874afd8bc48f87744 [file] [log] [blame]
{
"name": "QRScanKit",
"version": "1.0.8",
"summary": "QRScanKit.",
"homepage": "https://github.com/huawt/QRScanKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huawt": "ghost263sky@163.com"
},
"source": {
"git": "https://github.com/huawt/QRScanKit.git",
"tag": "1.0.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "QRScanKit/Classes/**/*",
"resources": "QRScanKit/ScanResource.bundle",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"CoreImage",
"CoreGraphics"
],
"dependencies": {
"ZXingObjCFork": [
"~> 3.6.5"
],
"ZBarSDK": [
"~> 1.3"
],
"Masonry": [
],
"TLToastHUD": [
],
"LRTools": [
]
}
}