From 2efe85d4800cc4f12b9647a9dfb1ae90aab474fc Mon Sep 17 00:00:00 2001 From: mrustaa Date: Wed, 10 Jun 2020 13:38:47 +0300 Subject: [PATCH] update --- ContainerControllerSwift.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ContainerControllerSwift.podspec b/ContainerControllerSwift.podspec index 7bfb885..8a57747 100644 --- a/ContainerControllerSwift.podspec +++ b/ContainerControllerSwift.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'ContainerControllerSwift' - s.version = '1.0.6' + s.version = '1.0.7' s.summary = 'This is a swipe-panel from application: https://www.apple.com/ios/maps/' # This description is used to generate tags and improve search results. @@ -28,7 +28,7 @@ TODO: Add long description of the pod here. s.author = { 'mrustaa' => 'rustamburger@gmail.com' } s.source = { :git => 'https://github.com/mrustaa/ContainerController.git', :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' - s.swift-version = "5.0" + s.swift_version = "5.0" # s.ios.deployment_target = '13.0' s.platform = :ios, "13.0"