blob: 00cc532e981b175f3c43fdc8aaee95b18ebad883 [file] [log] [blame]
{
"name": "WeexScanQR",
"version": "0.0.1",
"summary": "Weex Plugin",
"description": "Weexplugin Source Description",
"homepage": "https://github.com/WUBOSS/weexScanQR",
"license": {
"type": "MIT",
"text": " copyright\n"
},
"authors": {
"WUBOSS": "1054258896@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/WUBOSS/weexScanQR.git",
"tag": "0.0.1"
},
"source_files": [
"ios/Sources",
"ios/Sources/**/*.{h,m,mm}"
],
"resources": [
"ios/Sources/SGQRCode/SGQRCode.bundle",
"ios/Sources/SGQRCode/SGQRCode.bundle/**/*.{png,caf,plist,strings}"
],
"public_header_files": "ios/Sources/**/*.h",
"requires_arc": true,
"dependencies": {
"WeexPluginLoader": [
],
"WeexSDK": [
]
},
"frameworks": "AVFoundation"
}