blob: 6cdaf1b10eb88e5ec9981ef75b484a33c5cd8130 [file] [log] [blame]
{
"name": "KTVVideoProcess",
"version": "1.0.0",
"summary": "A High-Performance video effects processing framework.",
"homepage": "https://github.com/ChangbaDevs/KTVVideoProcess",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Single": "libobjc@gmail.com"
},
"social_media_url": "https://weibo.com/3118550737",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ChangbaDevs/KTVVideoProcess.git",
"tag": "1.0.0"
},
"source_files": [
"KTVVideoProcess",
"KTVVideoProcess/**/*.{h,m}"
],
"public_header_files": "KTVVideoProcess/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"GLKit"
],
"requires_arc": true
}