[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / f / 2 / AnimationSwitchRootViewController / 1.0.1 / AnimationSwitchRootViewController.podspec.json
blobc3bdea7cf2dba334f0b96b122de0724dd2ab90b0
2   "name": "AnimationSwitchRootViewController",
3   "version": "1.0.1",
4   "summary": "Extension for UIWindow - animation switch rootViewController in UIWindow",
5   "description": "Core written in Objective-C, interface written in Swift.\nSupport two types animation: CATransition and move shnapshots views.",
6   "homepage": "https://github.com/ProVir/AnimationSwitchRootViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ViR (Vitaliy Korotkiy)": "admin@provir.ru"
13   },
14   "source": {
15     "git": "https://github.com/ProVir/AnimationSwitchRootViewController.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Swift",
22   "subspecs": [
23     {
24       "name": "Swift",
25       "platforms": {
26         "ios": "8.0"
27       },
28       "source_files": "AnimationSwitchRootViewController/*.{h,m,swift}",
29       "public_header_files": "AnimationSwitchRootViewController/*.h"
30     },
31     {
32       "name": "ObjC",
33       "platforms": {
34         "ios": "6.0"
35       },
36       "source_files": [
37         "AnimationSwitchRootViewControllerObjC/*.h",
38         "AnimationSwitchRootViewController/UIWindow+PVAnimationSwitchRootViewController.{h,m}",
39         "AnimationSwitchRootViewController/UIApplication+PVRootWindow.{h,m}"
40       ],
41       "public_header_files": [
42         "AnimationSwitchRootViewControllerObjC/*.h",
43         "AnimationSwitchRootViewController/UIWindow+PVAnimationSwitchRootViewController.h",
44         "AnimationSwitchRootViewController/UIApplication+PVRootWindow.h"
45       ]
46     }
47   ]