[Add] CZarSDK 1.1.9
[CocoaPods.git] / Specs / 8 / 0 / c / MorphyTransitions / 1.0.1 / MorphyTransitions.podspec.json
blob429898bab9f8ef303d5e37e64dd24ec65cf0ce61
2   "name": "MorphyTransitions",
3   "version": "1.0.1",
4   "summary": "For easy custom transitions for swift and autolayout",
5   "description": "This cocoapod adds a custom transition and tools that help with animations in autolayout with minimal lines of code.  Please see readme or instructions on how to use it.\n\nstep1: use TransNavController instead of UINavigationController\nstep2 (in storyboard): use \"morph id\" on the starting viewcontroller to name views that will transition to the ending viewcontroller and the cocoapod will take it from there\n\nstep2 (in code): use \"morphIdentifier\" on the starting viewcontroller to name views that will transition to the ending viewcontroller and the cocoapod will take it from there\n\nTo to use any animations, use <UIView>.overlapViewWithReset, <UIView>.swapViewsWithReset or <UIView>.swapView for animations",
6   "homepage": "http://arjaywaran.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Arjay Waran": "waran.arjay@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/awaran/MorphyTransitions.git",
16     "tag": "1.0.1"
17   },
18   "social_media_url": "https://twitter.com/ArjayWaran",
19   "swift_versions": [
20     "4.2",
21     "5.0",
22     "5.0"
23   ],
24   "platforms": {
25     "ios": "10.0"
26   },
27   "source_files": "MorphyTransitions/Classes/**/*",
28   "swift_version": "5.0"