[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 4 / 0 / 9 / PMMovieMaker / 0.1.0 / PMMovieMaker.podspec.json
blob712e7e177c8e0e29716ac475ed69b950171e2292
2   "name": "PMMovieMaker",
3   "version": "0.1.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.1.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   ]