blob: 0073a541190dada1cd8f0c6db8c6671ad8b72c73 [file] [log] [blame]
{
"name": "GifCameraController",
"version": "0.1.0",
"summary": "Camera output that takes successive photos to create GIFs",
"description": "Gif Camera Controller is an implementation of AVCaptureVideoDataOuput to takes successive photos.",
"homepage": "https://github.com/lawrnce/GifCameraController",
"license": "MIT",
"authors": {
"Lawrence Tran": "lawrence@tran.com"
},
"source": {
"git": "https://github.com/lawrnce/GifCameraController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GifCameraController": [
"Pod/Assets/*.png"
]
}
}