blob: 64ad4210811160d713d24b33f904982ab7cf3db0 [file] [log] [blame]
{
"name": "MSCodeScanner",
"version": "1.0.0",
"summary": "MSCodeScanner is easy to scan a barcode or QR code.",
"homepage": "https://github.com/masashi-sutou/MSCodeScanner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/masashi-sutou/MSCodeScanner.git",
"tag": "1.0.0"
},
"source_files": [
"MSCodeScanner",
"MSCodeScanner/**/*.{swift}"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"CoreImage"
]
},
"authors": {
"masashi-sutou": "sutou.masasi@gmail.com"
},
"pushed_with_swift_version": "3.0"
}