Fixes issue while including FlexLayout as a dependency of another Swift Package
Fixes issue #219 where including FlexLayout as a dependency of another swift package would fail to build - because it isn't possible to set the preprocessor definition FLEXLAYOUT_SWIFT_PACKAGE
without an Xcode project.
Added by Luke Wakeford in Pull Request #221