Swiftpack.co - Swift Packages by GroupeMINASTE

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by GroupeMINASTE

groupeminaste/Keychain.swift 1.0.5
The easiest way to securely store data in the keychain. It's implementation is really close to the UserDefaults.
⭐️ 7
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Keychain.swift v1.0.5
2 years ago
Adding support for macOS
Keychain.swift v1.0.4
2 years ago
Fixing build for watchOS
Keychain.swift v1.0.3
3 years ago
Removing prints in production
Keychain v1.0.2
3 years ago
Keychain v1.0.1
3 years ago
Keychain v1.0.0
3 years ago
iOS
groupeminaste/DonateViewController 1.1.5
A view controller to make donations.
⭐️ 5
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
DonateViewController v1.1.5
3 years ago
Fixing a bug with mac catalyst
DonateViewController v1.1.4
3 years ago
Allow custom cells + adding a loading indicator
DonateViewController v1.0.3
3 years ago
Another fix
DonateViewController v1.0.2
3 years ago
Another fix
DonateViewController v1.0.1
3 years ago
Quick bug fix
DonateViewController v1.0
3 years ago
The first release of the package
iOS
groupeminaste/FMNetwork 5.0.2
The new official FMobile Developer Pack v5, made for Swift!
⭐️ 2
🕓 25 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
FMobile Developer Pack v5
3 years ago
Welcome to FMNetwork and happy new year 2021!
FMobile Developer Pack v5
3 years ago
FMNetwork is now ready for production!
iOS
groupeminaste/DigiAnalytics 1.0.3
Realtime web analytics with privacy and simplicity at its core.
⭐️ 0
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
DigiAnalytics Package v1.0.3
2 years ago
Adding support for watchOS
DigiAnalytics Package v1.0.2
2 years ago
DigiAnalytics Package v1.0.1
2 years ago
DigiAnalytics Package for iOS v1.0.0
2 years ago
# DigiAnalytics Realtime web analytics with privacy and simplicity at its core. ## Installation Add `https://github.com/GroupeMINASTE/DigiAnalytics.git` to your Swift Package configuration (or using the Xcode menu: `File` > `Swift Packages` > `Add Package Dependency`) ## Register your app Go to [https://digianalytics.fr/websites/new](https://digianalytics.fr/websites/new) to register your app. You need to choose a domain name or subdomain to associate your app with. In this example, we will use `https://app.example.com/` as website URL. ## Usage Before sending any request, set your app website URL: ```swift DigiAnalytics.shared.baseURL = "https://app.example.com/" ``` Then, send requests where you want to get analytics (e.g. in a view controller `viewDidAppear(_:)`) ```swift DigiAnalytics.shared.send(path: "home") // Will appear on dashbord as `https://app.example.com/home` ```

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics