Skip to content

Commit 0a40b21

Browse files
committed
Fix podspec warning
1 parent 592f1b6 commit 0a40b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use the Branch SDK (branch.io) to create and power the links that point back to
1414
s.homepage = "https://help.branch.io/developers-hub/docs/ios-sdk-overview"
1515
s.license = 'MIT'
1616
s.author = { "Branch" => "[email protected]" }
17-
s.source = { git: "https://github.com/BranchMetrics/ios-branch-deep-linking-attribution", tag: s.version.to_s }
17+
s.source = { git: "https://github.com/BranchMetrics/ios-branch-deep-linking-attribution.git", tag: s.version.to_s }
1818
s.ios.deployment_target = '9.0'
1919
s.tvos.deployment_target = '9.0'
2020

0 commit comments

Comments
 (0)