Skip to content

Commit

Permalink
Fix homepage url in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
danielepantaleone committed Sep 23, 2024
1 parent 87db192 commit b23e817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resyncer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
s.version = "1.1.0"
s.summary = "Resyncer is a Swift library designed to seamlessly integrate asynchronous APIs within synchronous environments"
s.license = { :type => "MIT", :file => "LICENSE" }
s.homepage = "https://github.com/danielepantaleone/PersistedProperty"
s.homepage = "https://github.com/danielepantaleone/Resyncer"
s.authors = { "Daniele Pantaleone" => "danielepantaleone@me.com" }
s.ios.deployment_target = "12.0"
s.osx.deployment_target = "12.0"
Expand Down

0 comments on commit b23e817

Please sign in to comment.