orlandos-nl / BSON

Native Swift library for BSON (http://bsonspec.org)
https://orlandos.nl/docs/mongokitten/articles/bson
MIT License
109 stars 35 forks source link

Update BSON.podspec #66

Closed lucasderraugh closed 3 years ago

lucasderraugh commented 3 years ago

Xcode warns that BSON needs to be converted with "Conversion to Swift 5 is available". This bumps Podspec and increments the version so we can make a new CocoaPods version.

Screen Shot 2020-12-17 at 4 15 19 PM
Joannis commented 3 years ago

@lucasderraugh Thanks for the contribution! If I remember correctly, I need the CLI to publish a new version, right?

lucasderraugh commented 3 years ago

Ya, I think it's just pod trunk push <podspec_name.podspec>. I'm not 100% sure on that though ha.

Joannis commented 3 years ago

Just a question out of interest @lucasderraugh , what are you planning to use the library for?

lucasderraugh commented 3 years ago

We use it to encode/decode key blobs that we retrieve from our server. I'm not sure that it's really a requirement, but it's been in the code base for a few years now 😄. If you wouldn't mind letting me know when that goes up to CocoaPods as well I'd greatly appreciate it. Thank you!

Joannis commented 3 years ago

I'll upload it in a bit. I'm uploading 2 versions, the one you requested and then the most recent one.

Joannis commented 3 years ago

Your PR is pushed to the trunk!