From 35db42cdbc3099f92d28ce809fbbfde025772692 Mon Sep 17 00:00:00 2001 From: Vadym Markov Date: Tue, 26 Nov 2019 14:34:53 +0100 Subject: [PATCH] Update FINNBottomSheet.podspec --- FINNBottomSheet.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FINNBottomSheet.podspec b/FINNBottomSheet.podspec index 486ee6f..656ec7a 100644 --- a/FINNBottomSheet.podspec +++ b/FINNBottomSheet.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'FINNBottomSheet' s.summary = 'Custom modal presentation style for views anchored to the bottom of the screen' - s.version = '1.0.0' + s.version = '2.0.0' s.author = 'FINN.no' s.homepage = 'https://github.com/finn-no/bottom-sheet-ios' s.social_media_url = 'https://twitter.com/FINN_tech' @@ -14,4 +14,4 @@ Pod::Spec.new do |s| s.cocoapods_version = '>= 1.4.0' s.source_files = 'Sources/*.{h,m,swift}' s.frameworks = 'Foundation', 'UIKit' - end \ No newline at end of file + end