mixedinkey-opensource / MIKMIDI

MIDI Library for Swift and Objective-C Mac and iOS apps.
Other
492 stars 95 forks source link

Installing via Cocoapods doesn't install 1.7.2 #342

Closed adamjansch closed 2 years ago

adamjansch commented 2 years ago

I'm installing MIKMIDI via Cocoapods, with the following line in my podfile:

pod 'MIKMIDI'

This installs version 1.7.1, despite 1.7.2 being the current version. Does the podspec need to be updated?

armadsen commented 2 years ago

Fixed by #343

adamjansch commented 2 years ago

@armadsen I'm unfamiliar with how these changes end up in https://github.com/CocoaPods/Specs/blob/master/Specs/4/5/9/MIKMIDI/1.7.1/MIKMIDI.podspec.json. Is there some way we can tell them to update their specs, or do they do it automatically?

Edit: I found https://guides.cocoapods.org/making/specs-and-specs-repo.html#how-do-i-update-an-existing-pod, which states a pod trunk push is required. Do you do that?

armadsen commented 2 years ago

Yeah, I have to do the push. I'll do that later this afternoon.

adamjansch commented 2 years ago

@armadsen I'm still not seeing the latest version at https://cocoapods.org/pods/MIKMIDI. Can anything be done?

adamjansch commented 1 year ago

@armadsen Are you able to look at this? 1.7.2 still isn't the latest version up at https://cocoapods.org/pods/MIKMIDI.