[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 4 / 5 / ZoomableTransition / 0.0.1 / ZoomableTransition.podspec.json
blob780e2d0c2b9229aa7dcd362444a2e79ad19d6072
2   "name": "ZoomableTransition",
3   "version": "0.0.1",
4   "summary": "A custom zoom transition of UINavigationController.",
5   "description": "A custom zoom transition of UINavigationController which provides zoom in transition for push and zoom out transition for pop.",
6   "homepage": "https://github.com/knchst/ZoomableTransition",
7   "license": "MIT",
8   "authors": {
9     "Kenichi Saito": "knchst@icloud.com"
10   },
11   "social_media_url": "https://twitter.com/knchst0704",
12   "platforms": {
13     "ios": "13.0"
14   },
15   "source": {
16     "git": "https://github.com/knchst/ZoomableTransition.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "ZoomableTransition",
21     "ZoomableTransition/**/*.{h,swift}"
22   ],
23   "swift_versions": "5.1",
24   "requires_arc": true,
25   "swift_version": "5.1"