Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- updated to recommended project settings - raised deployment targets to the minimum supported - iOS - 12 - tvOS - 12 - watchOS - 4 - macOS - 10.13 Also change associated objects key type to Void? as per Apple recommendation: https://github.com/atrick/swift-evolution/blob/diagnose-implicit-raw-bitwise/proposals/nnnn-implicit-raw-bitwise-conversion.md#associated-object-string-keys This fixes the followng warning: Forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents. Finally, reenabled the watchOS target for cocoapods, as the issue seems resolved Bumbed library version to 1.14.0
- Loading branch information