Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balasaida/MessageExporter
https://github.com/balasaida/MessageExporter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/balasaida/MessageExporter
- Owner: balasaida
- Created: 2021-03-13T16:05:15.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-03-13T18:06:06.000Z (over 3 years ago)
- Last Synced: 2024-07-12T02:23:33.516Z (4 months ago)
- Language: Swift
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - balasaida/MessageExporter - (Swift)
README
# MessageExporter
MyMessageExporter gives you an idea about how to create a framework to export the message object (comments, annotations, etc) to different servers.
Note: This framework does not show you the firebase/graphQL/URLSession integration. It helps you to understand the designing the system.
## Requirements
- iOS 12.0+ | macOS 10.15.5+
- Xcode 11.3.1### Installing
#### Carthage (iOS 12+, OS X 10.15.5+)
You can use [Carthage](https://github.com/balasaida/MessageExporter) to install `MessageExporter` by adding it to your `Cartfile`:
```
git "https://github.com/balasaida/MessageExporter" "develop"
```If you use Carthage to build your dependencies, make sure you have added `MessageExporter.framework` to the "Linked Frameworks and Libraries" section of your target, and have included them in your Carthage framework copying build phase.
## Usage
#### Initialization
```swift
Please check out this https://github.com/balasaida/Exporter/tree/develop to get the better idea about using this framework
```