File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44All notable changes to this project will be documented in this file.
55
6+ ## Version 1.3.1
7+ ** 2021-11-01**
8+
9+ - Add support to tvOS
10+
611## Version 1.2.1
712** 2021-10-14**
813
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ import ViewState
7373
7474``` swift
7575dependencies: [
76- .package (url : " https://github.com/joaolfp/ViewState.git" , .upToNextMajor (from : " 1.2 .1" ))
76+ .package (url : " https://github.com/joaolfp/ViewState.git" , .upToNextMajor (from : " 1.3 .1" ))
7777]
7878```
7979
Original file line number Diff line number Diff line change 55# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
66Pod ::Spec . new do |s |
77 s . name = 'ViewStateKit'
8- s . version = '1.2 .1'
8+ s . version = '1.3 .1'
99 s . summary = 'A View State library for Swift, it returns the results for each state'
1010 s . homepage = 'https://github.com/heroesofcode/ViewState'
1111 s . license = { :type => 'MIT' , :file => 'LICENSE' }
You can’t perform that action at this time.
0 commit comments