search

Home  >  Q&A  >  body text

objective-c - cocoaPods 的 podFile

platform:ios, “6.0”

pod 'AFNetworking', '~> 3.0.4'
What does ios and 6.0 mean? Does it mean that the minimum supported version of my pod's third-party library is ios6.0? Could you please give me some advice? Explanation.

高洛峰高洛峰2846 days ago484

reply all(2)I'll reply

  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-05-02 09:25:16

    6.0 refers to your compiled version.
    For example, if you plan to install the application at least 7.0, you would fill in 7.0.

    It will detect third-party libraries. If the third-party library does not support 6.0, an error will be reported when executing pod install.

    reply
    0
  • 阿神

    阿神2017-05-02 09:25:16

    The platform is in 6.0+
    pod 'AFNetworking', '~>0'

    reply
    0
  • Cancelreply