Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/salmik/easycode
- Owner: Salmik
- License: mit
- Created: 2024-07-02T15:48:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T04:49:01.000Z (3 months ago)
- Last Synced: 2024-08-20T07:25:17.425Z (3 months ago)
- Topics: helpers, helpers-library, ios, ios-app, ios-swift, network, swift, swift-package-manager, swift5, xcode
- Language: Swift
- Homepage:
- Size: 2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)