Joined July 2013
·

Fernando Ribeiro

iOS Senior Developer
·
São Paulo, Brazil
·
·
·

Posted to Cocoa Pods over 1 year ago

Good Jaiversin, thank you
Other way to prevent a incompatibility version is set a min target version for dependency

platform :ios, '5.0'

in platform declaration the '5.0' tell to cocoapods to set a min target iOS 5 to using dependence

using this way you prevent your dependency to update to a incompatibility target version

Achievements
155 Karma
5,447 Total ProTip Views