Snapchat / snap-kit-spm

https://kit.snapchat.com/
MIT License
9 stars 10 forks source link

Expose each framework target as individual product #13

Open aChase55 opened 1 year ago

aChase55 commented 1 year ago

Apps may not need to consume all of the targets by the package, this allows individual targets to be added as dependencies instead of all of them. For example:

.product(name: "SCSDKCoreKit", package: "snap-kit-spm"),
.product(name: "SCSDKCreativeKit", package: "snap-kit-spm"),