简体   繁体   中英

What is the equivalent of Pip (Python) in Swift 3?

I have just started learning Swift 3 after finished with Python and i dont know how to download existing Swift libraries. Is it similar to using Pip in Python ?

So there are three options for downloading external libraries in Swift

  1. Cocoapods: http://cocoapods.org
  2. Carthage: https://github.com/Carthage/Carthage
  3. Swift Package Manager: https://swift.org/package-manager/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM