Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
jnagel33 committed May 15, 2023
1 parent bd0a52b commit 0c37864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SegmentFirebase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/flocasts/analytics-swift-firebase'
s.license = { :type => 'MIT', :file => './LICENSE' }
s.author = { "Segment" => "[email protected]" }
s.source = { :git => 'git@github.com:flocasts/analytics-swift-firebase.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/flocasts/analytics-swift-firebase.git', :tag => s.version.to_s }
s.ios.deployment_target = '13.0'
s.swift_version = '5.0'
s.source_files = 'Sources/**/*'
Expand Down
1 change: 1 addition & 0 deletions analytics-swift-firebase
Submodule analytics-swift-firebase added at 910557

0 comments on commit 0c37864

Please sign in to comment.