blob: c8c1aebf2e50a12c43343189886d51f2941bcaca [file] [log] [blame]
{
"name": "UIWindow-Transition",
"version": "0.0.2",
"summary": "UIWindow transition effect while change window's rootViewController",
"description": "an extension of UIWindow for the transition effect of changing window's rootViewController",
"homepage": "https://github.com/litt1e-p/UIWindow-Transition",
"license": {
"type": "MIT"
},
"authors": {
"litt1e-p": "litt1e.p4ul@gmail.com"
},
"source": {
"git": "https://github.com/litt1e-p/UIWindow-Transition.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "UIWindow-Transition/*",
"frameworks": [
"Foundation",
"UIKit"
]
}