blob: d16d2c75e5f7c299f4991fe4bd7bfaae7361f7e2 [file] [log] [blame]
{
"name": "YFCodeScan",
"version": "0.1.0",
"summary": "A lightweight, easy-to-use code scanning library",
"description": "A lightweight, easy-to-use code scanning library.This library is built on top of Apple's excellent AVFoundation framework.",
"homepage": "https://github.com/bluesky0109/YFCodeScan",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bluesky0109": "huifeng0109@gmail.com"
},
"source": {
"git": "https://github.com/bluesky0109/YFCodeScan.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YFCodeScan/Classes/**/*",
"resource_bundles": {
"YFCodeScan": [
"YFCodeScan/Assets/*.png"
]
}
}