robb / Cartography

A declarative Auto Layout DSL for Swift :iphone::triangular_ruler:
Other
7.35k stars 524 forks source link

Fix import for non-iOS platforms #318

Closed netizen01 closed 3 years ago

netizen01 commented 4 years ago

CGFloat is the main dependency here, which is in CoreGraphics - not Foundation or UIKit

orta commented 3 years ago

I've merged #319 which should negate this 👍🏻