blob: c3bdea7cf2dba334f0b96b122de0724dd2ab90b0 [file] [log] [blame]
{
"name": "AnimationSwitchRootViewController",
"version": "1.0.1",
"summary": "Extension for UIWindow - animation switch rootViewController in UIWindow",
"description": "Core written in Objective-C, interface written in Swift.\nSupport two types animation: CATransition and move shnapshots views.",
"homepage": "https://github.com/ProVir/AnimationSwitchRootViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ViR (Vitaliy Korotkiy)": "admin@provir.ru"
},
"source": {
"git": "https://github.com/ProVir/AnimationSwitchRootViewController.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Swift",
"subspecs": [
{
"name": "Swift",
"platforms": {
"ios": "8.0"
},
"source_files": "AnimationSwitchRootViewController/*.{h,m,swift}",
"public_header_files": "AnimationSwitchRootViewController/*.h"
},
{
"name": "ObjC",
"platforms": {
"ios": "6.0"
},
"source_files": [
"AnimationSwitchRootViewControllerObjC/*.h",
"AnimationSwitchRootViewController/UIWindow+PVAnimationSwitchRootViewController.{h,m}",
"AnimationSwitchRootViewController/UIApplication+PVRootWindow.{h,m}"
],
"public_header_files": [
"AnimationSwitchRootViewControllerObjC/*.h",
"AnimationSwitchRootViewController/UIWindow+PVAnimationSwitchRootViewController.h",
"AnimationSwitchRootViewController/UIApplication+PVRootWindow.h"
]
}
]
}