4 "summary": "A high-level video composition framework build on top of AVFoundation. It's simple to use and easy to extend.",
5 "description": "A high-level video composition framework build on top of AVFoundation. It's simple to use and easy to extend. Use it and make life easier if you are implementing video composition feature.\n* Build result content objcet with only few step. 1. Create resource -> 2. Set configuration -> 3.Generate AVPlayerItem/AVAssetImageGenerator/AVExportSession\n* Resouce: Support video, audio, and image. And resource is extendable, you can create your customized resource type. e.g gif image resource\n* Video support: transform, speed, filter and so on. The configuration is extendable.\n* Audio support: volume or process with audio raw data in real time. The configuration is extendable.\n* Transition: Clips can transition with previous and next clip",
10 "homepage": "https://github.com/VideoFlint/Cabbage",
12 "Vito": "vvitozhang@gmail.com"
17 "swift_versions": "4.2",
19 "git": "https://github.com/VideoFlint/Cabbage.git",
23 "Cabbage/Sources/core/**/*.swift",
24 "Cabbage/Sources/**/*.swift"
27 "Cabbage": "Cabbage/Sources/Resource/*.mp4"
37 "swift_version": "4.2"