podspec: point to miniupnp/miniupnp repo

It's not clear to me why this is pointing to a fork of this repository
(which has been marked as archived for nearly 3 years).

I guess this can be updated to point to this repo, or the podspec
removed entirely if there is no interest in maintaining it?
This commit is contained in:
fanquake 2023-01-30 14:09:13 +00:00
parent 72b33d7145
commit 9bf639fc91
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Pod::Spec.new do |spec|
spec.version = "2.0.0.2"
spec.source = {
git: 'https://github.com/cpp-ethereum-ios/miniupnp.git',
git: 'https://github.com/miniupnp/miniupnp.git',
tag: "v#{spec.version}"
}