Skip to content

Commit

Permalink
[ci skip] main - Got Workflow deprecated in favor of SwiftCurrent - TT
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Keith-Thompson committed Jun 15, 2021
1 parent 13ab56a commit 085fd20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DynamicWorkflow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DynamicWorkflow'
s.version = '3.1.3'
s.version = '3.1.4'
s.summary = 'Workflows that work, yo (blame Richard for this name)'
s.description = <<-DESC
iOS has a linear paradigm for navigation that doesn't support a lot of flexibility. This library attempts to create a dynamic way to define your workflows in code allowing for easy reordering.
Expand All @@ -9,7 +9,7 @@ iOS has a linear paradigm for navigation that doesn't support a lot of flexibili
s.homepage = 'https://github.com/wwt/Workflow'
s.license = { :type => 'Custom', :file => 'LICENSE' }
s.author = { 'World Wide Technology, Inc.' => 'Workflow@wwt.com' }
s.source = { :git => 'https://github.com/wwt/Workflow.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/wwt/Workflow.git', :tag => '3.1.3' }

s.ios.deployment_target = '11.0'
s.swift_version = '5.1'
Expand All @@ -19,12 +19,12 @@ iOS has a linear paradigm for navigation that doesn't support a lot of flexibili
s.module_name = 'Workflow'

s.subspec 'Core' do |ss|
ss.source_files = 'Sources/SwiftCurrent/**/*.{swift,h,m}'
ss.source_files = 'Sources/Workflow/**/*.{swift,h,m}'
end

s.subspec 'UIKit' do |ss|
ss.ios.deployment_target = '11.0'
ss.source_files = 'Sources/SwiftCurrent/**/*.{swift,h,m}'
ss.source_files = 'Sources/WorkflowUIKit/**/*.{swift,h,m}'
ss.dependency 'DynamicWorkflow/Core'
end

Expand Down

0 comments on commit 085fd20

Please sign in to comment.