blob: fdbe98c5f2c0ed3cc811aebb0869fe640818e0a6 [file] [log] [blame]
{
"name": "WSDynamicAlbumMaker",
"version": "0.0.1",
"summary": "An easy-to-use utility for merging photos to into a video, written in Swift.",
"description": " An easy-to-use utility for merging photos to into a video, written in Swift.\n\n * Create your own Animation, and pass the images, it will generate a video file.\n * Easy to use.\n",
"homepage": "https://github.com/wangshuaidavid/WSDynamicAlbumMaker",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"wangshuai": "wangshuai@yeah.net"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wangshuaidavid/WSDynamicAlbumMaker.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": [
"Classes",
"WSDynamicAlbumMaker/*"
],
"frameworks": [
"Foundation",
"AVFoundation",
"CoreMedia",
"AssetsLibrary"
]
}