[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / f / 9 / UIWindowTransitions / 1.0.0 / UIWindowTransitions.podspec.json
blobc164430bf842c08c4daf4972fd08dcf5bcacc169
2   "name": "UIWindowTransitions",
3   "version": "1.0.0",
4   "summary": "Animated transitions for UIWindow's rootViewController property",
5   "description": "This library allows to execute animated transition when changing the UIWindow's rootViewController property. Animations are done using CoreAnimation.",
6   "homepage": "https://github.com/malcommac/UIWindowTransitions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniele Margutti": "me@danielemargutti.com"
13   },
14   "social_media_url": "https://twitter.com/danielemargutti",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/malcommac/UIWindowTransitions.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "Sources/**/*.swift",
23   "frameworks": "Foundation",
24   "swift_versions": [
25     "5.0",
26     "5.1",
27     "5.3"
28   ],
29   "swift_version": "5.3"