From 2c20caabf458be56b9c107a9aefd21c8ddafae75 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Mon, 28 Feb 2022 08:39:07 +0300 Subject: [PATCH] II-15-[improved podspec] --- Podfile | 4 ++-- Shakuro.InfinityScrollView.podspec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Podfile b/Podfile index b1cc407..ed3d06c 100644 --- a/Podfile +++ b/Podfile @@ -8,11 +8,11 @@ workspace 'InfinityScrollView' target 'InfinityScrollView_Framework' do project 'InfinityScrollView_Framework.xcodeproj' - pod 'Shakuro.CommonTypes', :git => 'https://github.com/shakurocom/CommonTypes.git', :commit => '0e152c810861a03127c46937682da7309897561e' + pod 'Shakuro.CommonTypes', '1.1.1' end target 'InfinityScrollView_Example' do project 'InfinityScrollView_Example.xcodeproj' pod 'SwiftLint', '0.43.1' - pod 'Shakuro.CommonTypes', :git => 'https://github.com/shakurocom/CommonTypes.git', :commit => '0e152c810861a03127c46937682da7309897561e' + pod 'Shakuro.CommonTypes', '1.1.1' end diff --git a/Shakuro.InfinityScrollView.podspec b/Shakuro.InfinityScrollView.podspec index 672d5f7..c3db42b 100644 --- a/Shakuro.InfinityScrollView.podspec +++ b/Shakuro.InfinityScrollView.podspec @@ -4,12 +4,12 @@ Pod::Spec.new do |s| s.summary = 'Shakuro Infinity Scroll View' s.homepage = 'https://github.com/shakurocom/InfinityScrollView' s.license = { :type => "MIT", :file => "LICENSE.md" } - s.authors = {'apopov1988' => 'apopov@shakuro.com', 'wwwpix' => 'spopov@shakuro.com'} + s.authors = {'apopov1988' => 'apopov@shakuro.com', 'wwwpix' => 'spopov@shakuro.com', 'slaschuk' => 'slaschuk@shakuro.com'} s.source = { :git => 'https://github.com/shakurocom/InfinityScrollView.git', :tag => s.version } s.source_files = 'Source/*', 'Source/**/*' s.swift_version = ['5.1', '5.2', '5.3', '5.4'] s.ios.deployment_target = '10.0' - s.dependency 'Shakuro.CommonTypes', '1.1.0' + s.dependency 'Shakuro.CommonTypes', '1.1.1' end