Skip to content

Commit

Permalink
Merge pull request #1 from shakurocom/II-16-update_pod_version
Browse files Browse the repository at this point in the history
II-16-[updated podspec]
  • Loading branch information
EugenDevIOS authored Jul 19, 2022
2 parents 2c20caa + 22539c4 commit 955e9ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Shakuro.InfinityScrollView.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'Shakuro.InfinityScrollView'
s.version = '1.0.0'
s.version = '1.0.1'
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]', '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.swift_version = ['5.1', '5.2', '5.3', '5.4', '5.5']
s.ios.deployment_target = '11.0'

s.dependency 'Shakuro.CommonTypes', '1.1.1'
s.dependency 'Shakuro.CommonTypes', '1.1.2'

end

0 comments on commit 955e9ad

Please sign in to comment.