[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / 0 / 9 / PMMovieMaker / 0.2.1 / PMMovieMaker.podspec.json
blobf83a7f384289cfcf5577f1dff50d5cdbb1816d07
2   "name": "PMMovieMaker",
3   "version": "0.2.1",
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.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "deprecated": true,
21   "resource_bundles": {
22     "PMMovieMaker": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "AVFoundation",
29     "Foundation"
30   ]