Skip to content

Commit

Permalink
Merge pull request #3 from jclou/podspec_source
Browse files Browse the repository at this point in the history
Change podspec source to http url
  • Loading branch information
slevin authored Oct 22, 2021
2 parents 4ec407a + 4f2361a commit 5627e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BGSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DESC
'Sean Levin' => '[email protected]'
}
s.source = {
:git => 'git@github.com:yahoo/BGSwift.git',
:git => 'https://github.com/yahoo/bgswift.git',
:tag => s.version.to_s
}
s.requires_arc = true
Expand Down

0 comments on commit 5627e3a

Please sign in to comment.