Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.15 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.15 KB

RetroluxReflector

A powerful reflection framework for Swift.

Examples

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.

Installation

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.