Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/salmik/easycode

EasyCode is a simple toolkit to simplify ios development.
https://github.com/salmik/easycode

helpers helpers-library ios ios-app ios-swift network swift swift-package-manager swift5 xcode

Last synced: about 4 hours ago
JSON representation

EasyCode is a simple toolkit to simplify ios development.

Awesome Lists containing this project

README

        

# EasyCode

## Installation

### Cocoapods

[CocoaPods](https://cocoapods.org) 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:

```ruby
pod 'EasyCode', :git => 'https://github.com/Salmik/EasyCode''
```

### Swift Package Manager

[Swift Package Manager](https://swift.org/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
- [x] [Complete Documentation](https://salmik.github.io/EasyCode/documentation/easycode/)