Swift Package Manager is a dependency manager built into Xcode.
If you are using Xcode 11 or higher, go to File / Swift Packages / Add Package Dependency... and enter package repository URL https://github.com/sh-khashimov/DMSwift, then follow the instructions.
To remove the dependency, select the project and open Swift Packages (which is next to Build Settings). You can add and remove packages from this tab.
Swift Package Manager can also be used from the command line.
DMSwift
is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'DMSwift'
If you don't use CocoaPods, you can still add DMSwift
as a submodule, drag and drop DMSwift.xcodeproj
into your project, and embed DMSwift.framework
in your target.
- Drag
DMSwift.xcodeproj
to your project - Select your app target
- Click the
+
button on theEmbedded binaries
section
You can directly drag and drop the needed files into your project, but keep in mind that this way you won't be able to automatically get all the latest DMSwift
features (e.g. new files including new operations).
The files are contained in the Sources/DMSwift
folder.