Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meniga/mobile-sdk-ios
SDK For iOS devices
https://github.com/meniga/mobile-sdk-ios
ios mobile
Last synced: 3 months ago
JSON representation
SDK For iOS devices
- Host: GitHub
- URL: https://github.com/meniga/mobile-sdk-ios
- Owner: meniga
- License: mit
- Created: 2017-04-12T08:44:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T06:31:35.000Z (3 months ago)
- Last Synced: 2024-10-31T16:11:53.609Z (3 months ago)
- Topics: ios, mobile
- Language: Objective-C
- Homepage:
- Size: 34.3 MB
- Stars: 3
- Watchers: 10
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Tests](https://github.com/meniga/mobile-sdk-ios/workflows/Tests/badge.svg)
[![codecov](https://codecov.io/gh/meniga/mobile-sdk-ios/branch/master/graph/badge.svg?token=rkF6XQrAJa)](https://codecov.io/gh/meniga/mobile-sdk-ios)
[![](https://img.shields.io/cocoapods/v/MenigaSDK.svg?style=flat)](https://cocoapods.org/pods/MenigaSDK)![Meniga](https://github.com/meniga/mobile-sdk-ios/raw/master/logo.png)
Meniga helps banks use data to accelerate innovation and meaningful engagement by providing RESTful APIs on top of Meniga software products to improve and personalize the online banking experience for both individuals and corporate customers.
## Getting started
Developers for institutions implementing the Meniga REST API can usi this sdk to communicate easily with the sdk and perform api operations. Please follow the setup guide in the documentation for further detail. Individuals making personalized implementations can point the sdk to their bank or financial institution's API URL to use their own data. You must however obtain some authentication information and pass it along to the sdk. See the [documentation](https://meniga.github.io/mobile-sdk-ios/) for further detail.## Installation
You can easily integrate the Meniga SDK using [Cocoapods](http://cocoapods.org). If you do not have Cocoapods installed on your machine simply run
```bash
$ gem install cocoapods
```to get started. Next simply add
```
pod 'MenigaSDK'
```to your podfile and then run
```
$ pod install
```in your project directory where the podfile is located.
## Requirements
This SDK supports at minimum iOS version 8.0.## Swift
If you are writing swift code you should be able to use this SDK with the use of a bridging header. Please see the documentation for further detail.## License
The Meniga SDK for Objective-C is published under the MIT license.