Skip to content

Commit 2c20caa

Browse files
committed
II-15-[improved podspec]
1 parent fb570f1 commit 2c20caa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ workspace 'InfinityScrollView'
88

99
target 'InfinityScrollView_Framework' do
1010
project 'InfinityScrollView_Framework.xcodeproj'
11-
pod 'Shakuro.CommonTypes', :git => 'https://github.com/shakurocom/CommonTypes.git', :commit => '0e152c810861a03127c46937682da7309897561e'
11+
pod 'Shakuro.CommonTypes', '1.1.1'
1212
end
1313

1414
target 'InfinityScrollView_Example' do
1515
project 'InfinityScrollView_Example.xcodeproj'
1616
pod 'SwiftLint', '0.43.1'
17-
pod 'Shakuro.CommonTypes', :git => 'https://github.com/shakurocom/CommonTypes.git', :commit => '0e152c810861a03127c46937682da7309897561e'
17+
pod 'Shakuro.CommonTypes', '1.1.1'
1818
end

Shakuro.InfinityScrollView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Pod::Spec.new do |s|
44
s.summary = 'Shakuro Infinity Scroll View'
55
s.homepage = 'https://github.com/shakurocom/InfinityScrollView'
66
s.license = { :type => "MIT", :file => "LICENSE.md" }
7-
s.authors = {'apopov1988' => '[email protected]', 'wwwpix' => '[email protected]'}
7+
s.authors = {'apopov1988' => '[email protected]', 'wwwpix' => '[email protected]', 'slaschuk' => '[email protected]'}
88
s.source = { :git => 'https://github.com/shakurocom/InfinityScrollView.git', :tag => s.version }
99
s.source_files = 'Source/*', 'Source/**/*'
1010
s.swift_version = ['5.1', '5.2', '5.3', '5.4']
1111
s.ios.deployment_target = '10.0'
1212

13-
s.dependency 'Shakuro.CommonTypes', '1.1.0'
13+
s.dependency 'Shakuro.CommonTypes', '1.1.1'
1414

1515
end

0 commit comments

Comments
 (0)