Skip to content

Releases: nhgrif/SQLConnect

Objective-C Nullability and CocoaPod support

Choose a tag to compare

@nhgrif nhgrif released this 24 Jun 00:49

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'

SQL Connect v1.0.0

Choose a tag to compare

@nhgrif nhgrif released this 24 Jun 00:36

This is the initial GitHub release for SQL Connect. Primarily I'm only creating this release to track downloads.

Upcoming planned patches include:

  • Support for cocoapods.
  • Objective-C Nullability annotations so it works better with Swift.

If you have any issues or feature requests, please let me know.