blob: 406f9c7922f518adead4af64d804d1886b0520ee [file] [log] [blame]
{
"name": "AVCompositionDebugViewer",
"version": "0.1.0",
"summary": "AVComposition debugging viewer, borrowed from Apple sample project and converted to cocoapod",
"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",
"homepage": "https://github.com/jlott1/AVCompositionDebugViewer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Jonathan Lott and Apple Inc.",
"source": {
"git": "https://github.com/jlott1/AVCompositionDebugViewer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source_files": "AVCompositionDebugViewer/Classes/**/*",
"ios": {
"resources": [
"AVCompositionDebugViewer/Assets/iOS/*.xib"
]
},
"osx": {
"resources": [
"AVCompositionDebugViewer/Assets/Mac/*.xib"
]
}
}