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:
parent
72b33d7145
commit
9bf639fc91
|
@ -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}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue