File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22Pod ::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
2020end
You can’t perform that action at this time.
0 commit comments