MakeAWishFoundation/SwiftyMocky

Cocoapods Spec Not Updated to 4.2.0

fssilva opened this issue · 5 comments

Hey, it seems a new version was released but the Specs have not been updated yet. Which means the update is not findable on cocoapods.

CocoaPods/Specs@d019107

Until this issue gets fixed, one workaround is to use:

pod 'SwiftyMocky', :git => 'https://github.com/MakeAWishFoundation/SwiftyMocky.git', :tag => '4.2.0'

Source: #325

Beware, the bin/swiftymocky executable for tag 4.2.0 is Apple Silicon only, it will show "Bad CPU type in executable" when running on Intel.

% file swiftymocky 
swiftymocky: Mach-O 64-bit executable arm64

Until this issue gets fixed, one workaround is to use:

pod 'SwiftyMocky', :git => 'https://github.com/MakeAWishFoundation/SwiftyMocky.git', :tag => '4.2.0'

Source: #325

Confirming that 4.1.0 delivered by cocoapods runs safely on Intel

666tos commented

4.2.0 spec is still not deployed