blob: b48652e5f2f677fdad88668ef5cca5070e4b93a0 [file] [log] [blame]
{
"name": "UIWindow-Transition",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "UIWindow-Transition/*",
"frameworks": [
"Foundation",
"UIKit"
]
}