From 18399c134ed583b2f0b9511a50795cd38dd9bea7 Mon Sep 17 00:00:00 2001 From: Antonino Urbano Date: Sat, 4 Aug 2018 18:52:08 -0400 Subject: [PATCH] Update SonosKit.podspec --- SonosKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SonosKit.podspec b/SonosKit.podspec index 56382b4..0179d99 100644 --- a/SonosKit.podspec +++ b/SonosKit.podspec @@ -7,8 +7,8 @@ Pod::Spec.new do |s| s.license = "GPL v3" s.author = {"Nathan Borror" => "nathan@nathanborror.com"} s.source = {:git => "https://github.com/nathanborror/SonosKit.git", :tag => s.version.to_s} - s.osx.platform = "10.9" - s.ios.platform = "7.0" + s.osx.deployment_target = '10.9' + s.ios.deployment_target = '7.0' s.requires_arc = true s.source_files = "SonosKit/**/*.{h,m}" s.public_header_files = "SonosKit/**/*.h"