A service-oriented, Objective C and Swift dependency injection framework, for macOS and iOS.
Stars
4
Forks
0
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Updated framework name (Polymerase) and refactored files accordingly.
b42e7fcView on GitHubFixed service invocation construction error on iOS devices.
c93bf9bView on GitHubChanged GCDIDefinition interface to remove warnings regarding types.
8c9090cView on GitHubMerge branch 'master' of github.com:GroovyCarrot/GCDependencyInjection
ade0dcaView on GitHubRemoved direct use of container class in favour of protocol.
f255d3aView on GitHubFixed bug whereby argument index was not being incremented.
5ce9a4fView on GitHubSpecify output filename, so that any implementations are output to the one file. This is necessary as by only specifying an output directory, using Import:[] for multiple container classes will output files that the compiler has no visibility of.
105bfe3View on GitHubAdded Import support for YAML file process. Imports are processed recursively, and child YAML files do not need to specify a container class to load into, as they will load their instructions into the parent container class.
ce5ccb4View on GitHubFixed bug whereby deep resolved dictionary arguments were being release before the methods were being invoked, causing EXC_BAD_ACCESS. Used a pointer at a higher level to ensure that the objects are retained.
2a0960dView on GitHub122
commits