blob: 02437ab45b7982ee60bd8626c737ebc9e6468991 [file] [log] [blame]
{
"name": "SwiftVideoCreator",
"version": "0.1.0",
"summary": "A tool to create a video composition using a video, image, and audio",
"description": "'Create an m4v video from a video on top of an image and audio. Choose the dimensions, position, and opacity of the video, and image. Choose the dimensions of the composition.",
"homepage": "https://github.com/lexiekemp/Swift-Video-Creator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lexie Kemp": "lexie.kd@gmail.com"
},
"source": {
"git": "https://github.com/lexiekemp/Swift-Video-Creator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftVideoCreator/Classes/**/*",
"frameworks": "AVFoundation",
"swift_versions": "5.0",
"swift_version": "5.0"
}