Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/magnetsystems/message-ios
- Owner: magnetsystems
- License: other
- Created: 2015-05-15T20:37:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T23:55:45.000Z (over 8 years ago)
- Last Synced: 2024-07-19T11:03:06.343Z (4 months ago)
- Language: Objective-C
- Homepage:
- Size: 4.86 MB
- Stars: 6
- Watchers: 30
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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