Event propagation and object observation library.
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