kean / Get

Web API client built using async/await
MIT License
943 stars 75 forks source link

CocoaPods support #52

Closed mhamann closed 2 years ago

mhamann commented 2 years ago

We're building an iOS framework that primarily supports SPM, but we know there are some adopters that still use CocoaPods. Could this library support CocoaPods as well?

kean commented 2 years ago

I'm afraid there is no CocoaPods in any of my frameworks and no plans to add it. I suggest trying binary distribution if SPM doesn't work for you right now. You can use swift-create-xcframework to create a binary from a Swift package.