From ae73b94a33875e95ce0f984fe94d5553530c0018 Mon Sep 17 00:00:00 2001 From: rinov Date: Sun, 17 Dec 2023 01:35:50 +0900 Subject: [PATCH] update: podspec --- YoutubeKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YoutubeKit.podspec b/YoutubeKit.podspec index 467c272..84291df 100644 --- a/YoutubeKit.podspec +++ b/YoutubeKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'YoutubeKit' - s.version = '0.8.0' + s.version = '0.9.0' s.summary = 'YoutubeKit is a video player for easily create a Youtube app.' s.description = <<-DESC @@ -12,7 +12,7 @@ YoutubeKit is a video player that fully supports Youtube IFrame API and YoutubeD s.author = { 'rinov' => 'rinov@rinov.jp' } s.social_media_url = 'https://twitter.com/rinov0321' s.swift_version = "5.0" - s.ios.deployment_target = '9.0' + s.ios.deployment_target = '11.0' s.source_files = 'YoutubeKit/**/*.swift' s.resources = 'YoutubeKit/Resources/*.*'