Skip to content

Commit

Permalink
II-15-[improved podspec]
Browse files Browse the repository at this point in the history
  • Loading branch information
spopovshakuro committed Feb 28, 2022
1 parent fb570f1 commit 2c20caa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions Shakuro.InfinityScrollView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '[email protected]', 'wwwpix' => '[email protected]'}
s.authors = {'apopov1988' => '[email protected]', 'wwwpix' => '[email protected]', 'slaschuk' => '[email protected]'}
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

0 comments on commit 2c20caa

Please sign in to comment.