Skip to content

Commit

Permalink
Update doc url in the pods
Browse files Browse the repository at this point in the history
  • Loading branch information
pinarol committed Oct 25, 2024
1 parent ffd1f50 commit a18e984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gravatar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
git: 'https://github.com/Automattic/Gravatar-SDK-iOS.git',
tag: s.version.to_s
}
s.documentation_url = 'https://automattic.github.io/Gravatar-SDK-iOS/'
s.documentation_url = 'https://swiftpackageindex.com/Automattic/Gravatar-SDK-iOS/documentation/gravatar'

s.swift_versions = Gravatar::SWIFT_VERSIONS

Expand Down
2 changes: 1 addition & 1 deletion GravatarUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
git: 'https://github.com/Automattic/Gravatar-SDK-iOS.git',
tag: s.version.to_s
}
s.documentation_url = 'https://automattic.github.io/Gravatar-SDK-iOS/'
s.documentation_url = 'https://swiftpackageindex.com/Automattic/Gravatar-SDK-iOS/documentation/gravatarui'

s.swift_versions = Gravatar::SWIFT_VERSIONS

Expand Down

0 comments on commit a18e984

Please sign in to comment.