We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03095c2 commit c5575f4Copy full SHA for c5575f4
PredicateBuilder.podspec
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
8
s.homepage = 'https://github.com/square/predicate-builder'
9
s.license = { :type => 'Apache 2.0', :text => '2023 Square, Inc.' }
10
s.author = { "Patrick Gatewood" => "[email protected]" }
11
- s.source = { :git => 'org-49461806@github.com:square/predicate-builder.git', :tag => "#{ s.version.to_s }" }
+ s.source = { :git => 'https://github.com/square/predicate-builder.git', :tag => s.version }
12
s.ios.deployment_target = '14.0'
13
s.osx.deployment_target = '12.0'
14
0 commit comments