blob: 5dfbc0a103897536a4f7138909882b120d3502b3 [file] [log] [blame]
{
"name": "CarQRCodeScanner",
"version": "1.0.0",
"summary": "Japanese car inspection certificate QR code scanner",
"description": "Japanese car inspection certificate QR code scanner.",
"homepage": "https://github.com/monoqlo/CarQRCodeScanner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"monoqlo": "monoqlo44@gmail.com"
},
"source": {
"git": "https://github.com/monoqlo/CarQRCodeScanner.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/monoqlo",
"platforms": {
"ios": "10.0"
},
"source_files": "CarQRCodeScanner/Source/**/*.swift",
"resources": [
"CarQRCodeScanner/**/*.xcassets",
"CarQRCodeScanner/**/*.storyboard",
"CarQRCodeScanner/**/*.xib"
],
"frameworks": [
"UIKit",
"AudioToolbox",
"ZXingObjC",
"QuartzCore"
],
"dependencies": {
"ZXingObjC": [
"3.2.2"
]
},
"pushed_with_swift_version": "4.0"
}