wickwirew / Runtime

A Swift Runtime library for viewing type info, and the dynamic getting and setting of properties.
MIT License
1.08k stars 94 forks source link

Install via Carthage #35

Open zaitsman opened 5 years ago

zaitsman commented 5 years ago

Can the library be installed via Carthage?

Currently trying to build the product by adding this to my Cartfile:

github "wickwirew/Runtime" == 1.1.0

I get

*** Skipped building Runtime due to the error:
Dependency "Runtime" has no shared framework schemes
wickwirew commented 5 years ago

Possibly with a little bit of work. I can try to get to it some time this week

erdnussflips commented 5 years ago

Any news here?