We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f6bca commit eb6edf7Copy full SHA for eb6edf7
XCoordinator.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = 'XCoordinator'
3
- spec.version = '2.1.0'
+ spec.version = '2.2.0'
4
spec.license = { :type => 'MIT' }
5
spec.homepage = 'https://github.com/quickbirdstudios/XCoordinator'
6
spec.authors = { 'Stefan Kofler' => 'stefan.kofler@quickbirdstudios.com', 'Paul Kraft' => 'pauljohannes.kraft@quickbirdstudios.com' }
@@ -9,6 +9,7 @@ Pod::Spec.new do |spec|
9
spec.module_name = 'XCoordinator'
10
spec.swift_version = '5.1'
11
spec.ios.deployment_target = '9.0'
12
+ spec.tvos.deployment_target = '9.0'
13
spec.source_files = 'Sources/XCoordinator/*.swift'
14
spec.default_subspec = 'Core'
15
0 commit comments