blob: 712e7e177c8e0e29716ac475ed69b950171e2292 [file] [log] [blame]
{
"name": "PMMovieMaker",
"version": "0.1.0",
"summary": "Merge array of images and audio to video file",
"description": "Async merge array of images and audio to video file.",
"homepage": "https://github.com/alegch/PMMovieMaker",
"license": "MIT",
"authors": {
"alegch": "alegch@bk.ru"
},
"source": {
"git": "https://github.com/alegch/PMMovieMaker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PMMovieMaker": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"AVFoundation",
"Foundation"
]
}