blob: d8a9825db9c5ab5ee1849bf2657ad2f23cf30fcd [file] [log] [blame]
{
"name": "QRScanKit",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "QRScanKit/Classes/**/*",
"resources": "QRScanKit/ScanResource.bundle",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"CoreImage",
"CoreGraphics"
],
"dependencies": {
"ZXingObjCFork": [
"~> 3.6.5"
],
"Masonry": [
],
"TLToastHUD": [
],
"LRTools": [
]
}
}