Skip to content

EasyCode is a simple toolkit to simplify ios development.

License

Notifications You must be signed in to change notification settings

Salmik/EasyCode

Repository files navigation

EasyCode

Installation

Cocoapods

CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate RBKLiveness 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