iZettle / Presentation

Presentation is an iOS Swift library for working with UI presentations in a more structured way
MIT License
72 stars 11 forks source link

Added a Swift package file #47

Closed mansbernhardt closed 5 years ago

TBernatskaya commented 5 years ago

aha so this PR is a sibling of https://github.com/iZettle/Flow/pull/95?

mansbernhardt commented 5 years ago

@TBernatskaya correct. Perhaps we should create this for Lift as well. As for Form, we still have some lines of objective-C code, so there currently does not seem to be a way to create a Swift package for it. Perhaps we should look into getting rid of these line so all four frameworks supports Swift packages as Xcode 11's support for them seems really nice and I think many users would expect this support.

TBernatskaya commented 5 years ago

@TBernatskaya correct. Perhaps we should create this for Lift as well. As for Form, we still have some lines of objective-C code, so there currently does not seem to be a way to create a Swift package for it. Perhaps we should look into getting rid of these line so all four frameworks supports Swift packages as Xcode 11's support for them seems really nice and I think many users would expect this support.

@mansbernhardt I see what you mean, yes, we should fix it.