Skip to content

Commit

Permalink
updating git url
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago committed Mar 23, 2021
1 parent 8f5a519 commit 04fc843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SnazzyList.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
s.author = { 'Kevin Belter' => '[email protected]' }
s.source = { :git => 'https://github.com/Kevin Belter/SnazzyList.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/kbelter/SnazzyList.git', :tag => s.version.to_s }
s.ios.deployment_target = '11.0'
s.swift_versions = '5.0'
s.source_files = 'SnazzyList/Classes/**/*'
Expand Down

0 comments on commit 04fc843

Please sign in to comment.