blob: 8c5453ca6cb9cf79465c7a2399258eededf3b4ef [file] [log] [blame]
{
"name": "MovingPictures",
"version": "0.0.1",
"summary": "Turn your images into videos.",
"description": "Take an array of images and turn them into a video. Customize the duration of each frame\nand the exporting file format.",
"homepage": "https://github.com/tsabend/MovingPictures",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tsabend": "tsabend@gmail.com"
},
"source": {
"git": "https://github.com/tsabend/MovingPictures.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MovingPictures/Classes/**/*",
"dependencies": {
"Result": [
"~> 2.1.3"
]
}
}