NMNotification 0.0.6

NMNotification 0.0.6

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jun 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Nicolas Mahé.



 
Depends on:
PromiseKit~> 4.1
NMLocalize>= 0
 

  • By
  • Nicolas Mahé

NMNotification

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

NMNotification is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "NMNotification"

Then if you use the default not activated popup, please add those translation to your app and fell free to modify them:

notification.popup.not_authorized.title = "Notifications unauthorized";
notification.popup.not_authorized.message = "You need to authorize the notifications in Settings";
notification.popup.not_authorized.go_to_settings = "Go to Settings";
notification.popup.not_authorized.cancel = "Cancel";

Author

Nicolas Mahé, [email protected]

License

NMNotification is available under the MIT license. See the LICENSE file for more info.