Skip to content

Commit 9dde985

Browse files
committed
Update podspec
1 parent 216a0ca commit 9dde985

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

1010
A swift state machine supporting; states, transitions, actions and transition handling via Combine.

StateTransition.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::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

0 commit comments

Comments
 (0)