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 -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -