-
Swift package manager not supported
-
Flutter will eventually deprecate and then remove support for CocoaPods. We should add Swift Package Manager support instead.
[Swift Package Manager]: https://www.swift.org/documentation/package-ma…
-
I'm not sure this is the right place to ask this, but here we go: is there Swift Package Manger (SPM) support for this library or is this at least something that'll happen soon? Starting with the late…
-
**What's your feature request? Please describe.**
Most of the current industry projects uses SPM for dependency manager, mlkit only allows cocopods.
**Mobile environment**
Android, IOS or both
…
-
Are there any plans to make the library available through the Swift Packages Manager?
CocoaPods are great but not perfect for everyone :)
-
# Work items
## Add Swift Package Manager compatibility
* [x] https://github.com/flutter/flutter/issues/126016
* [x] [tool] https://github.com/flutter/flutter/issues/146369
* [x] [tool] https:…
-
The maintainers of CocoaPods recently [announced](https://blog.cocoapods.org/CocoaPods-Support-Plans/) that they're stopping active work on it and they strongly encourage everyone to switch to Swift P…
-
**Is your feature request related to a problem? Please describe.**
We set up a Capacitor app with SPM instead of Cocoa pods. Therefor this library doesn't work for us.
**Describe the solution you'…
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include re…
-
The Xcode Swift package manager seems to prefer tags of the form X.X.X (i.e. 2.1.1). Can an additional tag be added to the release to support Xcode?