jinSasaki / InAppPurchase

A Simple and Lightweight framework for In App Purchase (Store Kit 1)
MIT License
288 stars 30 forks source link

Request: Swift Package Manager support #45

Open kotarofujita opened 4 years ago

kotarofujita commented 4 years ago

Is your feature request related to a problem? Please describe. I currently can't use PM to download your package. It would be great to get PM support to download this library via Swift PM. When I try

What I see when I try to download from your git repo directly from Xcode:

Screen Shot 2020-02-23 at 10 50 54 AM

What I would like to see eventually:

Screen Shot 2020-02-23 at 10 44 27 AM

Describe the solution you'd like While I have not made one myself, I founded this article as a possible start point: https://www.swiftbysundell.com/articles/managing-dependencies-using-the-swift-package-manager/

My general understanding is that a manifest needs to be made along with some other tweaks.

BTW Thank you so much for making such a useful library. I've used it a lot in the past.

jinSasaki commented 3 years ago

Thanks @kotarofujita SPM is supported now :) Please after 2.5.1 version.