blob: a221bf2055a751619ef2c0d6143c55c9cb832b1c [file] [log] [blame]
{
"name": "MMScanner",
"version": "1.0",
"summary": "A two-dimensional code scanning and making tools used on iOS.",
"homepage": "https://github.com/CheeryLau/MMScanner",
"license": "MIT",
"authors": {
"Cheery Lau": "1625977078@qq.com"
},
"source": {
"git": "https://github.com/CheeryLau/MMScanner.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MMScanner/**/*.{h,m}",
"resources": "MMScanner/**/MMScanner.bundle",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation"
]
}