File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'BubbleTransition'
3- s . version = '2.0.1 '
3+ s . version = '2.0.2 '
44 s . license = 'MIT'
5- s . summary = 'A custom modal transition that presents and dismiss a controller with a bubble effect'
5+ s . summary = 'A custom modal transition that presents and dismiss a controller with a bubble effect'
66 s . description = <<-DESC
77 Easy to use custom modal animation that presents the new controller
88 within a bubble, expanding to cover the whole screen.
Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33` BubbleTransition ` adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- - ` 2.0.x ` Releases - [ 2.0.0] ( #200 ) | [ 2.0.1] ( #201 )
5+ - ` 2.0.x ` Releases - [ 2.0.0] ( #200 ) | [ 2.0.1] ( #201 ) | [ 2.0.2 ] ( #202 )
66- ` 1.0.x ` Releases - [ 1.0.0] ( #100 ) | [ 1.0.1] ( #101 ) | [ 1.0.2] ( #102 ) | [ 1.0.3] ( #103 )
7- - ` 0.2.x ` Releases - [ 0.2] ( #02 )
7+ - ` 0.2.x ` Releases - [ 0.2] ( #02 )
88
99---
1010
11+ ## [ 2.0.2] ( https://github.com/andreamazz/BubbleTransition/releases/tag/2.0.2 )
12+
13+ - Merged #36
14+
1115## [ 2.0.1] ( https://github.com/andreamazz/BubbleTransition/releases/tag/2.0.1 )
1216
1317- Merged #33
@@ -19,7 +23,7 @@ Updated to Swift 3.0 syntax
1923## [ 1.0.3] ( https://github.com/andreamazz/BubbleTransition/releases/tag/1.0.3 )
2024
2125- Merged #18
22- - Merged #19
26+ - Merged #19
2327
2428## [ 1.0.2] ( https://github.com/andreamazz/BubbleTransition/releases/tag/1.0.2 )
2529
You can’t perform that action at this time.
0 commit comments