Reputation: 13698
I'm using swift 5 and Xcode Version 10.2.1 (10E1001). Need to update my pod to swift 5. What is the minimum ios deployment target for this? s.ios.deployment_target
s.ios.deployment_target
Upvotes: 4
Views: 4636
Reputation: 403
Minimum deployment for Swift 5 is iOS 8.
Upvotes: 2
Reputation: 3553
You can set any valid iOS version between 8.0 to 12.1.
8.0
12.1
Upvotes: 5