From c13db2c17d974b1c4e85e3383e8a4be095c2834d Mon Sep 17 00:00:00 2001 From: Jonas Salling Date: Fri, 9 Oct 2020 11:29:12 +0200 Subject: [PATCH] cleanup podspecs --- Yoga.podspec | 4 ++-- YogaKit.podspec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Yoga.podspec b/Yoga.podspec index b92c47af..39cf1af7 100644 --- a/Yoga.podspec +++ b/Yoga.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |spec| spec.name = 'Yoga' - spec.version = '1.18.0' + spec.version = '1.14.0' spec.license = { :type => 'MIT', :file => "LICENSE" } spec.homepage = 'https://yogalayout.com/' spec.documentation_url = 'https://yogalayout.com/docs' @@ -18,7 +18,7 @@ Pod::Spec.new do |spec| :git => 'https://github.com/facebook/yoga.git', :tag => spec.version.to_s, } - spec.platforms = { :ios => "9.0", :osx => "10.9", :tvos => "10.0", :watchos => "2.0" } + spec.platforms = { :ios => "8.0", :osx => "10.7", :tvos => "10.0", :watchos => "2.0" } spec.module_name = 'yoga' spec.requires_arc = false spec.pod_target_xcconfig = { diff --git a/YogaKit.podspec b/YogaKit.podspec index c8668acd..8592643c 100644 --- a/YogaKit.podspec +++ b/YogaKit.podspec @@ -20,10 +20,10 @@ podspec = Pod::Spec.new do |spec| } spec.platform = :ios - spec.ios.deployment_target = '9.0' + spec.ios.deployment_target = '8.0' spec.ios.frameworks = 'UIKit' spec.module_name = 'YogaKit' - spec.dependency 'Yoga', '~> 1.18.1' + spec.dependency 'Yoga', '~> 1.18.0' # 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