Custom NotificationCenter
The framework T21Notifier is a custom NotificationCenter that forces observers to implement a concrete Protocol, useful to add a bit of order on the Notification receivers.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
T21Notifier is available through Carthage, CocoaPods or Swift Package Manager.
To install T21Notifier with Carthage, add the following line to your Cartfile
.
github "worldline-spain/T21Notifier-iOS"
Then run carthage update --no-use-binaries
command or just carthage update
. For details of the installation and usage of Carthage, visit its project page.
To install T21Notifier with CocoaPods, add the following lines to your Podfile
.
source '/~https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!
pod 'T21Notifier'
Then run pod install
command. For details of the installation and usage of CocoaPods, visit its official website.
To integrate using Apple's Swift Package Manager, add the following as a dependency to your Package.swift
.
.package(url: "/~https://github.com/worldline-spain/T21Notifier-iOS.git", .upToNextMajor(from: "2.1.0"))
For details of the installation and usage of Swift Package Manager, visit its official website.
- Eloi Guzman Ceron - Initial work -
- Patricia De la Rica - Carthage integration
- Marcos Molero - Carthage integration
This project is licensed under the MIT License - see the LICENSE.md file for details
- To Worldline iOS Dev Team.