blob: 34476358bc84dc4adf49bfa4649921fcf0b4a2d3 [file] [log] [blame]
{
"name": "VideoLab",
"version": "0.0.1",
"summary": "High-performance video editing and effects framework base on AVFoundation and Metal.",
"description": "High-performance and flexible video editing and effects framework, based on AVFoundation and Metal. Data structure consistent with After Effects.",
"homepage": "https://github.com/ruanjx/VideoLab",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bear": "ruanjingxiong@gmail.com"
},
"source": {
"git": "https://github.com/ruanjx/VideoLab.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source_files": "VideoLab/**/*.{swift,h,m,metal}",
"resources": "VideoLab/VideoLab.bundle",
"swift_version": "5"
}