blob: 1eea285a8a880884b2b0a4b81d5c6f94bd8172c7 [file] [log] [blame]
{
"name": "MaskZoomTransition",
"version": "0.1",
"summary": "A Material Design-inspired transition.",
"homepage": "https://github.com/stephsharp/MaskZoomTransition",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Stephanie Sharp",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/stephsharp/MaskZoomTransition.git",
"tag": "v0.1"
},
"source_files": "MaskZoomTransition",
"public_header_files": [
"MaskZoomTransition/MZMaskZoomTransition.h",
"MaskZoomTransition/MZMaskZoomTransitioningDelegate.h",
"MaskZoomTransition/UIViewController+MZContentViewController.h"
],
"requires_arc": true
}