Flight-School / AnyCodable

Type-erased wrappers for Encodable, Decodable, and Codable values

Home Page:https://flight.school/books/codable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnyCodable 0.3.0 is not available via CocoaPods

lyamamot opened this issue · comments

It looks like AnyCodable version 0.3.0 is not available via CocoaPods.

[!] CocoaPods could not find compatible versions for pod "AnyCodable-FlightSchool":
  In Podfile:
    AnyCodable-FlightSchool (= 0.3.0)

None of your spec sources contain a spec satisfying the dependency: `AnyCodable-FlightSchool (= 0.3.0)`.

You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

Perhaps this is because the CI build failed? https://github.com/Flight-School/AnyCodable/runs/887025181

Yup, saw the same issue. It looks like it's not published http://cocoapods.org/pods/AnyCodable-FlightSchool

commented

Apologies for the late response, but this is now fixed. Going forward, all new versions will be automatically pushed to CocoaPods thanks to our new release automation.