File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
3
### Next
4
+
5
+ ### 1.1
4
6
- File size of images in the repo are much smaller now.
5
7
- Tapping an action now triggers a dismiss of the notification. This also fixes the issue where actions would be called multiple times.
6
8
- Chevron image is now having a max size of 20x20.
13
15
- Support for showing an image.
14
16
- Support for showing a subtitle.
15
17
- Support for iPhone X
18
+ - Update to Swift 4.2
16
19
17
- ### 1.0 (2017-07-14)
20
+ ### 1.0
18
21
19
22
- First public release! 🎉
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'UINotifications'
3
- spec . version = '1.0 .0'
3
+ spec . version = '1.1 .0'
4
4
spec . summary = 'Present custom in-app notifications easily in Swift.'
5
5
spec . description = 'Present custom in-app notifications easily in Swift with simple and highly customizable APIs.'
6
6
You can’t perform that action at this time.
0 commit comments