CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate EasyCode into your Xcode project using CocoaPods, specify it in your Podfile
:
For iOS Swift projects:
pod 'EasyCode', :git => 'https://github.com/Salmik/EasyCode''
Swift Package Manager is a tool for managing the distribution of Swift code and is integrated into the Swift build system.
To add EasyCode to your Xcode project using Swift Package Manager:
- Open your project in Xcode.
- Go to
File
->Add Packages...
. - Enter the following URL in the search bar: https://github.com/Salmik/EasyCode
- Click
Add Package
to add EasyCode to your project.