[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / d / 8 / VFCabbage / 0.5.1 / VFCabbage.podspec.json
blob8318dba10663d80fc957bbf9254a270933ca42ea
2   "name": "VFCabbage",
3   "version": "0.5.1",
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",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "homepage": "https://github.com/VideoFlint/Cabbage",
11   "authors": {
12     "Vito": "vvitozhang@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": "4.2",
18   "source": {
19     "git": "https://github.com/VideoFlint/Cabbage.git",
20     "tag": "0.5.1"
21   },
22   "source_files": [
23     "Cabbage/Sources/core/**/*.swift",
24     "Cabbage/Sources/**/*.swift"
25   ],
26   "resource_bundles": {
27     "Cabbage": "Cabbage/Sources/Resource/*.mp4"
28   },
29   "requires_arc": true,
30   "frameworks": [
31     "AVFoundation",
32     "CoreGraphics",
33     "CoreMedia",
34     "CoreImage",
35     "Accelerate"
36   ],
37   "swift_version": "4.2"