allaboutapps / DataSource

Simplifies the setup of UITableView data sources using type-safe descriptors for cells and sections. Animated diffing built-in.
MIT License
74 stars 10 forks source link

Swift Package Manager Support #22

Closed fgeistert closed 5 years ago

fgeistert commented 5 years ago

This adds SPM support from #21

mbuchetics commented 5 years ago

Merged in xcode11 branch, thank you!