blob: 0573fe06acc73a9f1866a34b83d186f5fa2fc43f [file] [log] [blame]
{
"name": "Composer",
"version": "1.0",
"summary": "Composer will help you to merge and crop video and audio. It can also make a video out of images.",
"description": "Few use cases of Composer are as follows,\n- Merge video and audio files into one video\n- Make a video out of images. You can also tell how long it should display a particular image.\n- Add a background audio track to a video/videos and make it loop\n- Create thumbnails for videos\n\nComposer uses AVFoundation to make the above possible.\n\nTodo:\n- Add transition effects\n- Deal with videos of different resolutions and frame rates",
"license": "MIT",
"authors": {
"Tula": "tula_post@yahoo.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/Tulakshana/Composer.git",
"tag": "1.0"
},
"homepage": "https://github.com/Tulakshana/Composer",
"source_files": [
"Composer",
"Composer/**/*.{h,m,swift}"
]
}