ios - Platform versus deployment target in .podspec for Cocoapd -


i'm pretty sure obvious question, difference in cocoapod .podspec between platform , deployment_target? example:

  s.platform     = :ios, "8.0"   s.ios.deployment_target = '8.0' 

in usual understanding of deployment target, take mean oldest version of ios i'm wanting app run on. platform?

thanks.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -