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

https://github.com/marcsteven/memorychainkit

A tool to make iOS development faster
https://github.com/marcsteven/memorychainkit

Last synced: 3 months ago
JSON representation

A tool to make iOS development faster

Awesome Lists containing this project

README

        

# MemoryChainKit

MemoryChainKit is a super tool to make the development fast. It includes all the extensions for UIKit and Foundation/Layout/Networking/JSONParser and etc
## Installation

### CocoaPods

[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Coordinator into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby

platform:ios,"12.0"
use_frameworks!
target "#yourProjectName#"do
pod 'MemoryChainKit','~>0.0.9'

end
```
And then please enter the command order as below
` pod install`
And then close the .xcodeproj file and open workspace file.

import MemoryChainKit in the place you want.

You must use direct link through `:git` since CocoaPods central repository contains a framework of the same name.[^1]

Any questions, please submit one issue and then I will modify and then extend the framework.
Thank you so much.