alexdrone / Emit

Event propagation and object observation library (Pre-Combine.framework).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emit

Event propagation and object observation library.

Swift Platform

Installing the framework

cd {PROJECT_ROOT_DIRECTORY}
curl "https://raw.githubusercontent.com/alexdrone/Emit/master/bin/dist.zip" > dist.zip && unzip dist.zip && rm dist.zip;

Drag Emit.framework in your project and add it as an embedded binary.

If you use xcodegen add the framework to your project.yml like so:

targets:
  YOUR_APP_TARGET:
    ...
    dependencies:
      - framework: PATH/TO/YOUR/DEPS/Emit.framework

About

Event propagation and object observation library (Pre-Combine.framework).

License:MIT License


Languages

Language:Swift 99.7%Language:C 0.3%Language:Python 0.0%Language:Objective-C 0.0%Language:Shell 0.0%