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
- Host: GitHub
- URL: https://github.com/marcsteven/memorychainkit
- Owner: MarcSteven
- License: mit
- Created: 2020-03-09T11:56:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T02:52:35.000Z (over 1 year ago)
- Last Synced: 2025-02-13T12:04:30.443Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 32 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.