Skip to content

Commit 6d5bfa2

Browse files
committed
Include only swift files in source
Updated pod spec version
1 parent 7f104d8 commit 6d5bfa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

StateTransition.podspec

Lines changed: 3 additions & 3 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 = "1.0.0"
5+
s.version = "1.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,8 +13,8 @@ Pod::Spec.new do |s|
1313
s.tvos.deployment_target = "9.0"
1414
s.watchos.deployment_target = "2.0"
1515

16-
s.source = { :git => "https://github.com/nicholascross/StateTransition.git", :tag => "1.0.0" }
17-
s.source_files = 'StateTransition/*'
16+
s.source = { :git => "https://github.com/nicholascross/StateTransition.git", :tag => "1.0.1" }
17+
s.source_files = 'StateTransition/*.swift'
1818
s.requires_arc = true
1919

2020
end

0 commit comments

Comments
 (0)