From 13b6a32e7cdbecd64c24ba52c8f5ba4c453a205d Mon Sep 17 00:00:00 2001 From: mrustaa Date: Tue, 9 Jun 2020 21:28:00 +0300 Subject: [PATCH] update --- ContainerControllerSwift.podspec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ContainerControllerSwift.podspec b/ContainerControllerSwift.podspec index 55d45d5..bba986a 100644 --- a/ContainerControllerSwift.podspec +++ b/ContainerControllerSwift.podspec @@ -19,6 +19,7 @@ Pod::Spec.new do |s| s.description = <<-DESC TODO: Add long description of the pod here. +'This is a swipe-panel from application: https://www.apple.com/ios/maps/' DESC s.homepage = 'https://github.com/mrustaa/ContainerController' @@ -27,7 +28,8 @@ TODO: Add long description of the pod here. s.author = { 'rustamburger@gmail.com' => '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.2.4' s.ios.deployment_target = '13.0' s.source_files = 'ContainerControllerSwift/*.{swift}'