blob: 8b9dd6877baba5f1b640db011bf2bab61f45b9c6 [file] [log] [blame]
{
"name": "QRScanKit",
"version": "1.0.4",
"summary": "QRScanKit.",
"homepage": "https://github.com/huawt/QRScanKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huwt": "ghost263sky@163.com"
},
"source": {
"git": "https://github.com/huawt/QRScanKit.git",
"tag": "1.0.4"
},
"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": [
]
}
}