This commit is contained in:
Jonas Salling
2020-10-09 11:21:41 +02:00
parent f5cc77bffa
commit 551f3ef436
2 changed files with 4 additions and 4 deletions

View File

@@ -20,10 +20,10 @@ podspec = Pod::Spec.new do |spec|
}
spec.platform = :ios
spec.ios.deployment_target = '8.0'
spec.ios.deployment_target = '9.0'
spec.ios.frameworks = 'UIKit'
spec.module_name = 'YogaKit'
spec.dependency 'Yoga', '~> 1.14'
spec.dependency 'Yoga', '~> 1.18.1'
# Fixes the bug related the xcode 11 not able to find swift related frameworks.
# https://github.com/Carthage/Carthage/issues/2825
# https://twitter.com/krzyzanowskim/status/1151549874653081601?s=21