From ebf8ef46222b4833afb2d5c2cdb7c9f5107b6be1 Mon Sep 17 00:00:00 2001 From: yulingtianxia Date: Wed, 8 May 2019 00:02:59 +0800 Subject: [PATCH] Update MessageThrottle.podspec --- MessageThrottle.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MessageThrottle.podspec b/MessageThrottle.podspec index 0e14f25..bc13235 100644 --- a/MessageThrottle.podspec +++ b/MessageThrottle.podspec @@ -13,8 +13,8 @@ s.social_media_url = 'https://twitter.com/yulingtianxia' s.source = { :git => "https://github.com/yulingtianxia/MessageThrottle.git", :tag => s.version.to_s } s.ios.deployment_target = "6.0" -s.osx.deployment_target = "10.7" -s.watchos.deployment_target = "1.0" +s.osx.deployment_target = "10.8" +s.watchos.deployment_target = "2.0" s.tvos.deployment_target = "9.0" s.requires_arc = true