a2 / MessagePack.swift

It's like JSON, but fast and small…and Swift! – msgpack.org[Swift]
http://msgpack.org
MIT License
283 stars 60 forks source link

minimum deployment target is iOS 10.3 #46

Closed iDevHank closed 7 years ago

iDevHank commented 7 years ago

Is there any issue with iOS8 or 9? Why not change it to iOS8?

a2 commented 7 years ago

Where are you seeing that the minimum deployment target is iOS 10.3?

a2 commented 7 years ago

This is a problem with using the SPM-generated Xcode project. I will create a pull request that fixes this issue.

davidlawson commented 7 years ago

This is still seen when using Carthage on an iOS project.

a2 commented 7 years ago

@davidlawson That's correct. I didn't tag a new release. I will do so now.

a2 commented 7 years ago

Just tagged version 2.1.0 and am updating the CocoaPods spec now.