Skip to content

Commit c5575f4

Browse files
committed
Update podspec to use HTTPS source
1 parent 03095c2 commit c5575f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PredicateBuilder.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.homepage = 'https://github.com/square/predicate-builder'
99
s.license = { :type => 'Apache 2.0', :text => '2023 Square, Inc.' }
1010
s.author = { "Patrick Gatewood" => "[email protected]" }
11-
s.source = { :git => 'org-49461806@github.com:square/predicate-builder.git', :tag => "#{ s.version.to_s }" }
11+
s.source = { :git => 'https://github.com/square/predicate-builder.git', :tag => s.version }
1212
s.ios.deployment_target = '14.0'
1313
s.osx.deployment_target = '12.0'
1414

0 commit comments

Comments
 (0)