I created a CocoaPod library project for iOS via the pod lib create
command.
The podspec
file that gets created adds the deployment target as iOS 8 in it. I want it to be iOS 11. There is no option to set it at the beginning as far as I know.
If I change it manually and run pod install
again, it creates a static framework instead of a dynamic one.
How do I set/change the deployment target to something other than the default value?