Skip to content

Commit eb6edf7

Browse files
XCoordinator 2.2.0
1 parent 06f6bca commit eb6edf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

XCoordinator.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'XCoordinator'
3-
spec.version = '2.1.0'
3+
spec.version = '2.2.0'
44
spec.license = { :type => 'MIT' }
55
spec.homepage = 'https://github.com/quickbirdstudios/XCoordinator'
66
spec.authors = { 'Stefan Kofler' => '[email protected]', 'Paul Kraft' => '[email protected]' }
@@ -9,6 +9,7 @@ Pod::Spec.new do |spec|
99
spec.module_name = 'XCoordinator'
1010
spec.swift_version = '5.1'
1111
spec.ios.deployment_target = '9.0'
12+
spec.tvos.deployment_target = '9.0'
1213
spec.source_files = 'Sources/XCoordinator/*.swift'
1314
spec.default_subspec = 'Core'
1415

0 commit comments

Comments
 (0)