Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 954 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 954 Bytes

EasyCode

Installation

Cocoapods

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

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:

  1. Open your project in Xcode.
  2. Go to File -> Add Packages....
  3. Enter the following URL in the search bar: https://github.com/Salmik/EasyCode
  4. Click Add Package to add EasyCode to your project.

Documentation