Skip to content

Objective-C Nullability and CocoaPod support

Latest
Compare
Choose a tag to compare
@nhgrif nhgrif released this 24 Jun 00:49
· 0 commits to feature/objective-c_nullability_annotations since this release

This release should work well with Swift, as nullability annotations have been added to the library. All implicitly unwrapped optionals should now be replaced with optionals and non-optionals.

You can now use SQLConnect with CocoaPods. Just add the following to your pod file:

pod 'SQLConnect', :git => 'https://github.com/nhgrif/SQLConnect'