From e0c30a44b950d13675fcfcc5383fa61b72ca2588 Mon Sep 17 00:00:00 2001 From: Pablo Sichert Date: Fri, 7 Dec 2018 19:58:17 +0100 Subject: [PATCH] Explicitly state platform requirements (derived from the defaults on cocoapods.org) --- Yoga.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Yoga.podspec b/Yoga.podspec index e3ebaba9..eae545bf 100644 --- a/Yoga.podspec +++ b/Yoga.podspec @@ -19,6 +19,7 @@ Pod::Spec.new do |spec| :git => 'https://github.com/facebook/yoga.git', :tag => spec.version.to_s, } + spec.platforms = { :ios => "4.3", :osx => "10.7", :tvos => "10.0", :watchos => "2.0" } spec.module_name = 'yoga' spec.requires_arc = false spec.pod_target_xcconfig = {