Why do i need to set platform in cocoapods? -
i started working cocoa pods recently(should have done long time ago), , im wondering should value of platform be. instance right have platform :ios, 8.0
(there tick marks around 8.0 dont know how escape them in editor) tells me minimum version of code using these dependencies ios 8.0. few questions.
- is interpertation right platform? if not platform do?
- does mean install on version 8.0? if how make version 8.0 , higher versions?
- so later on when ios version 9.0 comes out dependencies don't work ios 9.0. need place
platform ios: 9.0
underneath list of dependencies 8.0 , add list of dependencies 9.0 work with?
this enough questions now. help.
example of number 3
platform :ios, '8.0' target 'my target' //list of pods end platform: ios, `9.0` target `my target` //list of pods end
Comments
Post a Comment