[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / 0 / 9 / PMMovieMaker / 0.2.0 / PMMovieMaker.podspec.json
blobd637f613f694acfdf9aebf6188fccf7e7cafdc10
2   "name": "PMMovieMaker",
3   "version": "0.2.0",
4   "summary": "Merge array of images and audio to video file",
5   "description": "Async merge array of images and audio to video file.",
6   "homepage": "https://github.com/alegch/PMMovieMaker",
7   "license": "MIT",
8   "authors": {
9     "alegch": "alegch@bk.ru"
10   },
11   "source": {
12     "git": "https://github.com/alegch/PMMovieMaker.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PMMovieMaker": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "AVFoundation",
28     "Foundation"
29   ]