Swiftpack.co - Swift Packages by AckeeCZ

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

Packages published by AckeeCZ

AckeeCZ/Reqres 3.2.1
Simple network activity logger for iOS
⭐️ 88
🕓 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.
3.2.1
1 year ago
3.2.0
1 year ago
SwiftPM support
4 years ago
- Migrate to Swift 5 and Xcode 10.2 & 11.2 (#20, kudos to @olejnjak) - Add public inits to built-in loggers so they can really be used (#21, kudos to @olejnjak) - Add SPM support (#23, kudos to @olejnjak) SPM release also supports macOS 🎉
Unified logging
4 years ago
- Move from NSLog to unified logging
Xcode 10 & Swift 4.2
5 years ago
## New This is the first release that requires Swift 4.2 and Xcode 10
5 years ago
Cocoapods podspec maintenance - adding swift version into podspec
5 years ago
- Split formatting and logging - Make formatting ready for public usage - now you can use Reqres request/response pretty formatting outside the framework
5 years ago
- Add customizable session delegate
Carthage support
6 years ago
iOS11 compatibility
6 years ago
- Reqres was causing request timeouts on iOS 11 in some cases. Fixed by replacing `NSURLConnection` with `URLSession` - ⚠️ emoji for errors - minor log formatting fixes - Swift 4 support
iOS macOS
AckeeCZ/tapestry 0.0.7
Generate and maintain Swift frameworks with support for Cocoapods, Carthage and SPM
⭐️ 65
🕓 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.
0.0.7
3 years ago
## 0.0.7
0.0.6
3 years ago
I am very excited about new`githubRelease` parameter, so now you can automate the whole release flow! ## 0.0.6 ### Added - Add `githubRelease` [#14](https://github.com/AckeeCZ/tapestry/pull/14) by [@fortmarek](https://github.com/fortmarek). ### Changed - Migrate to new `ArgumentParser` [#13](https://github.com/AckeeCZ/tapestry/pull/13) by [@fortmarek](https://github.com/fortmarek). - Update dependencies [#12](https://github.com/AckeeCZ/tapestry/pull/12) by [@fortmarek](https://github.com/fortmarek).
Performace, Mint support
3 years ago
Hi all! This release brings two things: performance and Mint support. Running `tapestry` should be significantly faster as it does not need a locally built binary. To migrate to this version, remove `Tapestries` folder and move `TapestryConfig.swift` to your root directory.
Release configuration
4 years ago
Adding release configuration, so you can define your release steps in a type-safe way! Check out the updated documentation for more info. ### Added - Release configuration in a type-safe way https://github.com/AckeeCZ/tapestry/pull/8 by @fortmarek
macOS
AckeeCZ/ACKategories v2.1
Swift tools, cocoa subclasses and extensions.
⭐️ 55
🕓 3 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.
6.14.0 - Privacy manifest
3 weeks ago
- Add privacy manifest ([#148](https://github.com/AckeeCZ/ACKategories/pull/148), kudos to @olejnjak) - Add new helpers for Combine+Concurrency ([#147](https://github.com/AckeeCZ/ACKategories/pull/147), kudos to @olejnjak)
6.13.0
11 weeks ago
- Merge [iOS template lib](https://github.com/AckeeCZ/iOS-MVVM-ProjectTemplate) ([#143](https://github.com/AckeeCZ/ACKategories/pull/143), kudos to @olejnjak) - add Networking module - add VersionUpdate module - add PushNotifications module - Add `isTV` and `isMac` for `UIDevice` ([#142](https://github.com/AckeeCZ/ACKategories/pull/142), kudos to @leinhauplk) - Add helper function for easier back gesture setup ([#141](https://github.com/AckeeCZ/ACKategories/pull/141), kudos to @leinhauplk) - Support tvOS & watchOS, use single multiplatform target for Carthage ([#140](https://github.com/AckeeCZ/ACKategories/pull/140), kudos to @olejnjak) - Add helpers for `SwiftUI.EdgeInsets` ([#138](https://github.com/AckeeCZ/ACKategories/pull/138), kudos to @olejnjak) - Bump deployment target to iOS 12 ([#137](https://github.com/AckeeCZ/ACKategories/pull/137), kudos to @olejnjak) - Add Font modifier for SwiftUI fonts ([#134](https://github.com/AckeeCZ/ACKategories/pull/134), kudos to @leinhauplk)
6.12.3
44 weeks ago
1 year ago
- Specify Obj-C name for TagListView ([#127](https://github.com/AckeeCZ/ACKategories/pull/127), kudos to @olejnjak)
6.12.1
1 year ago
1 year ago
- Binary is built using Xcode 13.4 ([#125](https://github.com/AckeeCZ/ACKategories/pull/125), kudos to @olejnjak) - Add `projectedValue` to `UserDefault` property wrapper with `CurrentValueSubject` ([#124](https://github.com/AckeeCZ/ACKategories/pull/124), kudos to @olejnjak) - Fix navigation stack when managed by flow coordinators in non-linear hierarchy ([#123](https://github.com/AckeeCZ/ACKategories/pull/123), kudos to @olejnjak) - Add `flatMapLatest` extension to `Publisher`. ([#120](https://github.com/AckeeCZ/ACKategories/pull/120), kudos to @olejnjak) - Add custom `ZipMany` publisher. ([#116](https://github.com/AckeeCZ/ACKategories/pull/116), kudos to @vendulasvastal)
6.11.1
1 year ago
6.11.0
2 years ago
- Create `PublisherExtensions.swift` and add `weakAssign(on:to:)`. ([#116](https://github.com/AckeeCZ/ACKategories/pull/116), kudos to @vendulasvastal) - Add option to implement custom push transition ([#115](https://github.com/AckeeCZ/ACKategories/pull/115), kudos to @leinhauplk)
2 years ago
- Add `prototypeSupplementaryView(ofKind:type)` to `UICollectionView` extensions ([#114](https://github.com/AckeeCZ/ACKategories/pull/114), kudos to @olejnjak)
6.9.3
2 years ago
iOS macOS watchOS tvOS
AckeeCZ/ACKLocalization 1.6.1
Localize your Cocoa apps from Google Spreadsheet
⭐️ 27
🕓 27 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.
1.6.1
27 weeks ago
## What's Changed * Fix bug in function for removing suffix from string by @vendulasvastal in https://github.com/AckeeCZ/ACKLocalization/pull/39 * CI update by @olejnjak in https://github.com/AckeeCZ/ACKLocalization/pull/40 ## New Contributors * @vendulasvastal made their first contribution in https://github.com/AckeeCZ/ACKLocalization/pull/39 **Full Changelog**: https://github.com/AckeeCZ/ACKLocalization/compare/1.6.0...1.6.1
1.6.0
40 weeks ago
### Added - Add check for duplicate keys in Spreadsheet ([#38](https://github.com/AckeeCZ/ACKLocalization/pull/38), kudos to @AGr-AlexandrGrigoryev) - Replaces custom solution for getting auth credentials with [google auth library](https://github.com/googleapis/google-auth-library-swift) ([#36](https://github.com/AckeeCZ/ACKLocalization/pull/36), kudos to @babacros)
1 year ago
## Added - Add support to define destination for all files that are generated ([#34](https://github.com/AckeeCZ/ACKLocalization/pull/34), kudos to @olejnjak) - Generate localizations even for items that have empty value ([#34](https://github.com/AckeeCZ/ACKLocalization/pull/34), kudos to @olejnjak) ## Changed - **BREAKING**: Configuration field `stringsDictFileName` has no more effect, from now on stringsdicts are generated alongside corresponding stringsfile ([#34](https://github.com/AckeeCZ/ACKLocalization/pull/34), kudos to @olejnjak) Compilation requires Xcode 14 (running through mint also as it is compiled first)
1.4.0
1 year ago
1 year ago
### Added - Add support for loading secrets from environment variables ([#29](https://github.com/AckeeCZ/ACKLocalization/pull/29), kudos to @leinhauplk)
2 years ago
### Added - Add support for empty values for keys ([#26](https://github.com/AckeeCZ/ACKLocalization/pull/22), kudos to @olejnjak)
1.1.3
3 years ago
### Fixed - Fix creating invalid keys, if contain quote marks ([#22](https://github.com/AckeeCZ/ACKLocalization/pull/22), kudos to @mateuszjablonski) ### Changed - Internal refactoring regarding string literal escaping ([#24](https://github.com/AckeeCZ/ACKLocalization/pull/24), kudos to @olejnjak)
1.1.2
3 years ago
### Fixed - Fix creating empty files when spreadsheet doesn't contain any plurals or only plurals ([#20](https://github.com/AckeeCZ/ACKLocalization/pull/17), kudos to @olejnjak)
Stringsdict fix
3 years ago
### Fixed - Fix bad stringsdict file extension ([#17](https://github.com/AckeeCZ/ACKLocalization/pull/17), kudos to @IgorRosocha)
1.1.0
3 years ago
### Added - Add support for plural keys ([#16](https://github.com/AckeeCZ/ACKLocalization/pull/16), kudos to @LukasHromadnik)
macOS
AckeeCZ/ACKReactiveExtensions 7.1.0
Set of useful extensions for ReactiveSwift & ReactiveCocoa
⭐️ 17
🕓 5 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.
7.1.0
5 weeks ago
- add extensions for running async operations as `SignalProducer` (#64, kudos to @olejnjak) - remove default `JSONDecoder` for decode extension (#65, kudos to @olejnjak)
7.0.0
6 weeks ago
- use single ACKReactiveExtensions target (#63, kudos to @olejnjak) - remove AlamofireImage extensions, moved to [Deprecated/AlamofireImage] for users relying on it (#62, kudos to @olejnjak) - use Xcode 15.2 on CI ➡️ bump deployment target to iOS 12 (#61, kudos to @olejnjak)
6.2.0
1 year ago
## What's Changed * Deprecate Realm and Marshal by @olejnjak in https://github.com/AckeeCZ/ACKReactiveExtensions/pull/60 **Full Changelog**: https://github.com/AckeeCZ/ACKReactiveExtensions/compare/6.1.0...6.2.0
Xcode 14
1 year ago
- update dependencies and deployment target to iOS 11.0, use Xcode 14 (#59, kudos to @olejnjak)
2 years ago
- update dependencies and deployment target to iOS 10.0 (https://github.com/AckeeCZ/ACKReactiveExtensions/pull/58, kudos to @vendulasvastal)
6.0.0
2 years ago
Update to new ReactiveSwift, ReactiveCocoa and AlamofireImage major versions - update dependencies and deployment target to iOS 10.0 (#58, kudos to @vendulasvastal)
2 years ago
- use non-nil queue for `RealmCollection` observing (#56, kudos to @IgorRosocha + #57, kudos to @olejnjak)
5.3.1
2 years ago
- update dependencies (#54, kudos to @IgorRosocha)
3 years ago
- update dependencies, use Xcode 12.4 (#51, kudos to @olejnjak) - update deployment target to iOS 9.0 (#53, kudos to @olejnjak)
5.2.0
3 years ago
iOS
AckeeCZ/tezosgen 1.1.1
tezosgen - generating code for Tezos smart contracts
⭐️ 7
🕓 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.
Stable version
5 years ago
This version should be stable, enjoy!
5 years ago

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