Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/magnetsystems/message-ios

Magnet Message native iOS SDK
https://github.com/magnetsystems/message-ios

Last synced: 3 months ago
JSON representation

Magnet Message native iOS SDK

Awesome Lists containing this project

README

        

Magnet Message iOS SDK
==============

Magnet Message is a powerful, open source mobile messaging framework enabling real-time user engagement for your mobile apps. Send relevant and targeted communications to customers or employees. Enhance your mobile app with actionable notifications, alerts, in-app events, two-way interactions and more. Get started and get coding in minutes!

We have written a powerful native iOS framework for developing apps using the Magnet Message platform.

Learn more about Magnet Message [here](https://www.magnet.com/developer/magnet-message/).

## Prerequisites
The Magnet Message iOS SDK has these prerequisites:

* Magnet Message Server
* Xcode 7.0 or Newer

## Releases

Current release: 2.0.0

## Setup

### Installation with CocoaPods

[CocoaPods](http://cocoapods.org) is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like MMX in your projects. See the ["Getting Started" guide for more information](https://docs.magnet.com/message/ios/getting_started_ios/). If you are already familiar with [CocoaPods](http://cocoapods.org) you can add the line below to your podfile.

#### Podfile

```ruby
source 'https://github.com/CocoaPods/Specs'
source 'https://github.com/magnetsystems/Specs'

platform :ios, '8.0'

use_frameworks!

pod 'MagnetMax', '~> 2.0'
```

## License

Licensed under the **[Apache License, Version 2.0] [license]** (the "License");
you may not use this software except in compliance with the License.

## Copyright

Copyright © 2015 Magnet Systems, Inc. All rights reserved.

[website]: http://www.magnet.com
[license]: http://www.apache.org/licenses/LICENSE-2.0