marcoarment / FCModel

An alternative to Core Data for people who like having direct SQL access.
MIT License
1.65k stars 173 forks source link

Support for SwiftPM #158

Open Jeehut opened 3 years ago

Jeehut commented 3 years ago

Nowadays with Xcode 12.3 out already, people are starting to switch from CocoaPods and Carthage to the official Apple dependency manager SwiftPM which is built into Xcode. Adding support for it would therefore help many who are using this lib in modern projects.