File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44[ ![ carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
55[ ![ CocoaPods compatible] ( https://img.shields.io/cocoapods/v/StateTransition.svg )] ( https://cocoapods.org/pods/StateTransition )
66[ ![ GitHub release] ( https://img.shields.io/github/release/nicholascross/StateTransition.svg )] ( https://github.com/nicholascross/StateTransition/releases )
7- ![ Swift 5.0 .x] ( https://img.shields.io/badge/Swift-5.0.x-orange.svg )
7+ ![ Swift 5.1 .x] ( https://img.shields.io/badge/Swift-5.0.x-orange.svg )
88![ platforms] ( https://img.shields.io/badge/platforms-iOS%20%7C%20OS%20X%20%7C%20watchOS%20%7C%20tvOS%20-lightgrey.svg )
99
1010A swift state machine supporting; states, transitions, actions and transition handling via Combine.
Original file line number Diff line number Diff line change 22Pod ::Spec . new do |s |
33
44 s . name = "StateTransition"
5- s . version = "4 .0.0 "
5+ s . version = "5 .0.1 "
66 s . summary = "A swift state machine supporting; states, transitions, actions and transition handling"
77 s . homepage = "https://github.com/nicholascross/StateTransition"
88 s . license = 'MIT'
@@ -13,9 +13,9 @@ Pod::Spec.new do |s|
1313 s . tvos . deployment_target = "13.0"
1414 s . watchos . deployment_target = "6.0"
1515
16- s . source = { :git => "https://github.com/nicholascross/StateTransition.git" , :tag => "4 .0.0 " }
16+ s . source = { :git => "https://github.com/nicholascross/StateTransition.git" , :tag => "5 .0.1 " }
1717 s . source_files = 'StateTransition/*.swift'
1818 s . requires_arc = true
19- s . swift_version = "5.0 "
19+ s . swift_version = "5.1 "
2020
21- end
21+ end
You can’t perform that action at this time.
0 commit comments