Swiftz icon indicating copy to clipboard operation
Swiftz copied to clipboard

Cocoapods: support for newest versions

Open netbe opened this issue 7 years ago • 2 comments

Description

It seems Swiftz specs are not available in main repo of Cocoapods

pod search Swiftz
-> Swiftz (0.5.0)
   Swiftz is a Swift library for functional programming.
   pod 'Swiftz', '~> 0.5.0'
   - Homepage: https://github.com/typelift/Swiftz
   - Source:   https://github.com/typelift/Swiftz.git
   - Versions: 0.5.0, 0.4.0, 0.3.1, 0.3.0, 0.2.4, 0.2.2 [master repo]

I see that Cocoapods is not mentionned in Readme as setup, so I am just wondering if it is supported or not

Expected Result

Upload missing versions to Cocoapods trunk

netbe avatar Apr 26 '17 06:04 netbe

Hi,

I am using pod to install the lib but it does not look like it is usable yet. From what I can see, not all the code is being brought in. I could not get the code in the intro to compile at all. Thanks.

image

wpoosanguansit avatar Jan 27 '19 17:01 wpoosanguansit

Yeah, this is a problem on CocoaPods' end related to code signing - I would have loved to have pushed to their trunk last year but I cannot get the pod to validate. The 1.6 beta does work under some circumstances so I'll give that a try this evening.

CodaFi avatar Jan 28 '19 13:01 CodaFi