behrang / YamlSwift

Load YAML and JSON documents using Swift
MIT License
404 stars 97 forks source link

Convert to Swift 5 #78

Closed daniel-beard closed 5 years ago

daniel-beard commented 5 years ago
seivan commented 5 years ago

Thanks!

daniel-beard commented 5 years ago

Thanks @seivan! Any chance you could bump the podspec version and publish a new release with these changes?

seivan commented 5 years ago

@daniel-beard Sure will get to it later today if that's alright.

seivan commented 5 years ago

Seems to be a bug in Cocoapods https://github.com/CocoaPods/CocoaPods/issues/8635 with a potential workaround.

Generally I recommend Carthage as it's not as intrusive and less broken. Could eventually distribute prebuilt frameworks for all platforms so you'd get faster compile times.

Edit: Done, pushed.

daniel-beard commented 5 years ago

@seivan much appreciated, thanks!