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
Post a Comment