Kitura / BlueECC

Elliptic-curve cryptography for Swift
Apache License 2.0
92 stars 35 forks source link

fix: Update iOS available to 11 #16

Closed Andrew-Lees11 closed 5 years ago

Andrew-Lees11 commented 5 years ago

Description

To build this project requires a minimum version of iOS 11. This has not been an issue so far since we recommend cocoapods which enforces it's own requirement.

Motivation and Context

This is required if you want to build the project for Carthage as was required in Swift-JWT issue #64

How Has This Been Tested?

The project has been built and tested using the iOS simulator.