PINOperation
PINOperation copied to clipboard
Drop support for iOS 8
WHY
- This PR is resolved above Xcode 12 warning.
- Above Xcode 12, Xcode supports above iOS 9.0.
The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0,
but the range of supported deployment target versions is 9.0 to 14.0.99.
- I want to include this PR because when I try to create XCFramework, it fails due to this Warning!
WHAT
- Bump deploymentTarget to iOS 9.0