[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / a / e / AVCompositionDebugViewer / 0.1.0 / AVCompositionDebugViewer.podspec.json
blob406f9c7922f518adead4af64d804d1886b0520ee
2   "name": "AVCompositionDebugViewer",
3   "version": "0.1.0",
4   "summary": "AVComposition debugging viewer, borrowed from Apple sample project and converted to cocoapod",
5   "description": "AVFoundation and AVComposition debugging viewer. Borrowed from Apple sample project and converted to cocoapod.  Allows you to create a custom AVMutableComposition and visualize it in the debugger view",
6   "homepage": "https://github.com/jlott1/AVCompositionDebugViewer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Jonathan Lott and Apple Inc.",
12   "source": {
13     "git": "https://github.com/jlott1/AVCompositionDebugViewer.git",
14     "tag": "0.1.0"
15   },
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10"
19   },
20   "source_files": "AVCompositionDebugViewer/Classes/**/*",
21   "ios": {
22     "resources": [
23       "AVCompositionDebugViewer/Assets/iOS/*.xib"
24     ]
25   },
26   "osx": {
27     "resources": [
28       "AVCompositionDebugViewer/Assets/Mac/*.xib"
29     ]
30   }