diff --git a/.swift-version b/.swift-version index 9f55b2c..bf77d54 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -3.0 +4.2 diff --git a/BMSAnalyticsAPI.podspec b/BMSAnalyticsAPI.podspec index 49c42bc..8d194c7 100644 --- a/BMSAnalyticsAPI.podspec +++ b/BMSAnalyticsAPI.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.requires_arc = true - s.ios.deployment_target = '8.0' - s.watchos.deployment_target = '2.0' + s.ios.deployment_target = '9.0' + s.watchos.deployment_target = '3.0' end