Closed Sajjon closed 6 years ago
Hi @Sajjon
Are you still working on this? Shall I fix these minor issues myself?
Thanks,
Huang
@hyugit sorry for the late response I was very busy last week. I updated the podspec.
no problem! thanks for the update!
btw, there may be other places with broken references due to my github username changes. I'll clean it up afterwards if necessary.
I have already pod trunk pushed the podspec. But the
s.source
should be changed to this repo and to be using a tag, I set the version to a future tag0.3.3
.So to fix proper cocoapod support you need to:
s.source
in podspec to{ :git => 'https://github.com/hyugit/EllipticCurve.git', :tag => s.version }
git tag '0.3.3' && git push --tags
pod trunk push
Thanks for a great project!