[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / f / 2 / AnimationSwitchRootViewController / 1.0.3 / AnimationSwitchRootViewController.podspec.json
blob2f9c90983cb9532dc2ee3292e7d3439608484aab
2   "name": "AnimationSwitchRootViewController",
3   "version": "1.0.3",
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.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": [
22     "5.0",
23     "5.1",
24     "5.2",
25     "5.3"
26   ],
27   "default_subspecs": "Swift",
28   "subspecs": [
29     {
30       "name": "Swift",
31       "platforms": {
32         "ios": "8.0"
33       },
34       "source_files": [
35         "AnimationSwitchRootViewController/ObjC/*.{h,m}",
36         "AnimationSwitchRootViewController/Swift/*.swift"
37       ],
38       "public_header_files": "AnimationSwitchRootViewController/ObjC/*.h"
39     },
40     {
41       "name": "ObjC",
42       "platforms": {
43         "ios": "6.0"
44       },
45       "source_files": [
46         "AnimationSwitchRootViewControllerObjC/*.h",
47         "AnimationSwitchRootViewController/ObjC/*.{h,m}"
48       ],
49       "public_header_files": [
50         "AnimationSwitchRootViewControllerObjC/*.h",
51         "AnimationSwitchRootViewController/ObjC/*.h"
52       ]
53     }
54   ],
55   "swift_version": "5.3"