blob: a6ae428739f2d53c800c951b0138210d45751d1a [file] [log] [blame]
{
"name": "UIWindowTransitions",
"version": "0.2.0",
"summary": "Animated transitions for UIWindow's rootViewController property",
"description": "This library allows to execute animated transition when changing the UIWindow's rootViewController property. Animations are done using CoreAnimation.",
"homepage": "https://github.com/malcommac/UIWindowTransitions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "me@danielemargutti.com"
},
"social_media_url": "",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/malcommac/UIWindowTransitions.git",
"tag": "0.2.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_version": "4.2"
}