jflinter / Dwifft

Swift Diff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dwifft 0.3 Is Not Available in the CocoaPods Spec Repo

paulrehkugler opened this issue · comments

According to the releases on GitHub, 0.3 is the latest version, but only versions up to 0.2 are available via CocoaPods (see: https://cocoapods.org/pods/Dwifft). A Podfile like this will reproduce the issue.

pod 'Dwifft', '0.3'

The likely solution to this issue is running pod trunk push Dwifft.podspec.

Ah, sorry about that! I've pushed a 0.3.1 version (Cocoapods was 500'ing
when I tried pushing 0.3.0, so I bumped the version and that appeared to
fix things.)

On Sat, Jan 23, 2016 at 9:24 AM, Paul Rehkugler notifications@github.com
wrote:

According to the releases on GitHub, 0.3 is the latest version, but only
versions up to 0.2 are available via CocoaPods (see:
https://cocoapods.org/pods/Dwifft). A Podfile like this will reproduce
the issue.

pod ‘Dwifft', ‘0.3'

The likely solution to this issue is running pod trunk push Dwifft.podspec
.


Reply to this email directly or view it on GitHub
#9.

Yup, that worked. Thanks!