BigInt icon indicating copy to clipboard operation
BigInt copied to clipboard

BigInt 5.3.0 not present on CocoaPods

Open AlonsoFloo opened this issue 4 years ago • 6 comments

Hello,

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

  • https://cocoapods.org/pods/BigInt
  • https://github.com/CocoaPods/Specs/tree/master/Specs/6/5/b/BigInt

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

AlonsoFloo avatar Oct 12 '21 08:10 AlonsoFloo

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

tgymnich avatar Oct 12 '21 12:10 tgymnich

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 ?

AlonsoFloo avatar Oct 19 '21 14:10 AlonsoFloo

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

tgymnich avatar Oct 19 '21 15:10 tgymnich

I need 5.3 , please

peteral2 avatar Oct 29 '21 01:10 peteral2

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

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

tgymnich avatar Oct 29 '21 19:10 tgymnich

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.

yaroslavyaroslav avatar Sep 30 '22 08:09 yaroslavyaroslav