From 096bae43bc17e238e21a7a7df8b4a098967937fd Mon Sep 17 00:00:00 2001 From: Javier Manzo Date: Thu, 29 Aug 2024 12:37:19 -0300 Subject: [PATCH] Update podspec --- Harbor.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Harbor.podspec b/Harbor.podspec index d14cd50..f0b6c7f 100644 --- a/Harbor.podspec +++ b/Harbor.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = 'Harbor' - s.version = '0.1.2' + s.version = '1.0.0' s.summary = 'Networking library.' s.homepage = 'https://github.com/javiermanzo/Harbor' s.license = { :type => 'MIT', :file => 'LICENSE.md' } s.author = { 'Javier Manzo' => 'javier.r.manzo@gmail.com' } s.source = { :git => 'https://github.com/javiermanzo/Harbor.git', :tag => s.version.to_s } s.social_media_url = 'https://www.linkedin.com/in/javiermanzo/' - s.ios.deployment_target = '13.0' + s.ios.deployment_target = '15.0' s.swift_version = '5.0' s.source_files = 'Sources/Harbor/**/*' end