From 903499c7e9b8e20c58b4d6abe970ea53cbe69959 Mon Sep 17 00:00:00 2001 From: Arthur Guiot Date: Fri, 29 May 2020 13:30:42 -0400 Subject: [PATCH] Updated podspec --- Euler.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Euler.podspec b/Euler.podspec index 4d81888..da40863 100644 --- a/Euler.podspec +++ b/Euler.podspec @@ -10,10 +10,10 @@ Pod::Spec.new do |s| s.author = { "Arthur Guiot" => "arguiot@gmail.com" } s.social_media_url = "" s.ios.deployment_target = "8.0" - s.osx.deployment_target = "10.9" + s.osx.deployment_target = "10.10" s.watchos.deployment_target = "2.0" s.tvos.deployment_target = "9.0" - s.source = { :git => "https://github.com/arguiot/Euler.git", :branch => "master" } + s.source = { :git => "https://github.com/arguiot/Euler.git", :branch => "xcode-proj" } s.source_files = "Sources/**/*" s.frameworks = "Foundation" end