blob: 636e58fcd1a2a1b29606a5524f634d6375ddffe6 [file] [log] [blame]
{
"name": "TransparentProxyViewController",
"version": "1.0.0",
"summary": "Transparent UIViewController shown immediately with possibility to show another controller above self with animation",
"homepage": "https://github.com/ladeiko/TransparentProxyViewController",
"license": {
"type": "CUSTOM",
"file": "LICENSE"
},
"authors": {
"Siarhei Ladzeika": "sergey.ladeiko@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ladeiko/TransparentProxyViewController.git",
"tag": "1.0.0"
},
"source_files": "Classes/**/*.{m,s,swift}",
"frameworks": "UIKit",
"dependencies": {
"ImmediateAnimationController": [
]
},
"requires_arc": true,
"pushed_with_swift_version": "3.2"
}