1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

Update swift-package-manager@KFkX8_Hv9SCFeCtZMZIQM.md (#6045)

* Update swift-package-manager@KFkX8_Hv9SCFeCtZMZIQM.md

* Update src/data/roadmaps/ios/content/swift-package-manager@KFkX8_Hv9SCFeCtZMZIQM.md

add spacing

---------

Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
This commit is contained in:
mrgsdev
2024-07-05 10:17:15 +03:00
committed by GitHub
parent f2297389a7
commit 0cad5890ea

View File

@@ -1 +1,7 @@
# Swift Package Manager
# Swift Package Manager
The Swift Package Manager (SwiftPM) is a tool for managing the distribution of Swift code. Its integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
The Package Manager is included in Swift 3.0 and above.
Visit the following resources to learn more:
- [@official@Swift Package Manager](https://www.swift.org/documentation/package-manager/)