Skip to content
/ Emit Public

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

License

Notifications You must be signed in to change notification settings

alexdrone/Emit

Repository files navigation

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).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages