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.

  1. is interpertation right platform? if not platform do?
  2. does mean install on version 8.0? if how make version 8.0 , higher versions?
  3. 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

Popular posts from this blog

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -