I am working on an iOS project. This project has been implemented in Swift with some pods (Frameworks) included in the project. Recently a requirement has come to change Deployment Target from iOS 8.0 to 9.0, I changed it and built the app. The app works fine without any error. But this project has Podfile with below line,
platform :ios, '8.0'
I am confused whether to change this as well or not. Other than this please mention any other changes required in the project after changing deployment target?