blob: 74fc202768f1c36d83c09b38603b08bfc031b24c [file] [log] [blame]
{
"name": "YFCodeScan",
"version": "1.0.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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YFCodeScan/Classes/**/*",
"resource_bundles": {
"YFCodeScan": [
"YFCodeScan/Assets/*.png"
]
}
}