A powerful reflection framework for Swift.
For now, please refer to the unit tests for an example of how to use this framework.
Here's a simple example: Example #1.
And here's a complex example: Example #2.
RetroluxSerializer is available through Carthage. Since RetroluxSerializer uses Swift 3.0 and Xcode 8.0, you'll need to install Carthage 0.18.0 or newer. You can check which version you have by running carthage version
.
Then, add this to your Cartfile
:
github "izeni-team/RetroluxReflector" ~> 0.1.0
Run carthage update RetroluxReflector
to compile the framework.
Then follow these instructions to link your application against the framework.