attaswift / BigInt

Arbitrary-precision arithmetic in pure Swift
MIT License
764 stars 107 forks source link

BigInt 5.3.0 not present on CocoaPods #94

Closed AlonsoFloo closed 5 months ago

AlonsoFloo commented 3 years ago

Hello,

I've wanted to update BigInt from version 5.2.0 to 5.3.0, yet the CocoaPodsSpecs is not present.

Is CocoaPods still supported ? Can I do anything to help ?

tgymnich commented 3 years ago

I unfortunately lack permission to push cocoa pods updates. Maybe @koraykoska can help.

AlonsoFloo commented 3 years ago

Shall we assume coca pods will not be updated beyond 5.2.0 ?

Is there anything I can do to help ? Could we add more contributor to CocoaPods Trunk for redundency ?

tgymnich commented 3 years ago

Either this or a GitHub action to push the pod automatically would be great.

peteral2 commented 3 years ago

I need 5.3 , please

tgymnich commented 3 years ago

This workaround might be helpful until we can resolve this issue:

pod 'BigInt', :git => 'https://github.com/attaswift/BigInt', :tag => 'v5.3.0'
yaroslavyaroslav commented 2 years ago

This workaround might be helpful until we can resolve this issue:

pod 'BigInt', :git => 'https://github.com/attaswift/BigInt', :tag => 'v5.3.0'

This unfortunately doesn't work within podspec.

tgymnich commented 5 months ago

CocoaPods is no longer supported. Please consider using swift package manager.