blob: ceb9737e5815656279e296e2e00b4dac89406624 [file] [log] [blame]
{
"name": "SKMZ",
"version": "1.0",
"summary": "A short description of SKMZ.",
"homepage": "https://github.com/sheng-ke/SKMZ",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"shengke4.": "zzlmz0227@163.com"
},
"platforms": {
"ios": "11.4"
},
"source": {
"git": "https://github.com/sheng-ke/SKMZ.git",
"tag": "1.0"
},
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"frameworks": [
"VideoToolbox",
"AudioToolbox",
"AVFoundation",
"Foundation",
"UIKit"
],
"libraries": [
"c++",
"z"
],
"requires_arc": true
}