Kitura / BlueECC

Elliptic-curve cryptography for Swift
Apache License 2.0
94 stars 36 forks source link

fix: Add tvOS and watchOS to available #17

Closed Andrew-Lees11 closed 5 years ago

Andrew-Lees11 commented 5 years ago

Description

This pull request adds watchOS 4.0, tvOS 11.0 to the @available checks in this repo. This allows the project to compile on those operating systems when building the project directly (E.g. through Carthage).

Andrew-Lees11 commented 5 years ago

This is requires for Swift-JWT issues #66 and #65.