Skip to content

Commit

Permalink
XCoordinator 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Mar 29, 2022
1 parent 06f6bca commit eb6edf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion XCoordinator.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'XCoordinator'
spec.version = '2.1.0'
spec.version = '2.2.0'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/quickbirdstudios/XCoordinator'
spec.authors = { 'Stefan Kofler' => '[email protected]', 'Paul Kraft' => '[email protected]' }
Expand All @@ -9,6 +9,7 @@ Pod::Spec.new do |spec|
spec.module_name = 'XCoordinator'
spec.swift_version = '5.1'
spec.ios.deployment_target = '9.0'
spec.tvos.deployment_target = '9.0'
spec.source_files = 'Sources/XCoordinator/*.swift'
spec.default_subspec = 'Core'

Expand Down

0 comments on commit eb6edf7

Please sign in to comment.