Flight-School / AnyCodable

Type-erased wrappers for Encodable, Decodable, and Codable values
https://flight.school/books/codable
MIT License
1.28k stars 132 forks source link

AnyCodable 0.3.0 is not available via CocoaPods #39

Closed lyamamot closed 3 years ago

lyamamot commented 4 years ago

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

bnash2501 commented 3 years ago

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

mattt commented 3 years ago

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.