update source url of podspec

This commit is contained in:
Ivan Smolin 2023-07-25 16:53:39 +03:00
parent be82eddb52
commit 1c47459734
1 changed files with 2 additions and 2 deletions

View File

@ -18,10 +18,10 @@ Pod::Spec.new do |s|
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = 'PanModal is an elegant and highly customizable presentation API for constructing bottom sheet modals on iOS.'
s.homepage = 'https://git.svc.touchin.ru/TouchInstinct/TIPanModal'
s.homepage = 'https://git.svc.touchin.ru/TouchInstinct/PanModal'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'slack' => 'opensource@slack.com' }
s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/TIPanModal.git', :tag => s.version.to_s }
s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/PanModal.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/slackhq'
s.ios.deployment_target = '10.0'
s.swift_version = '5.0'