Swiftpack.co - Swift Packages by marmelroy

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

Packages published by marmelroy

marmelroy/PhoneNumberKit 3.7.10
A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
⭐️ 5,014
🕓 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.
3.7.10
3 weeks ago
## What's Changed * Updated metadata to version metadata/8.13.32 by @github-actions in https://github.com/marmelroy/PhoneNumberKit/pull/750 * Updated metadata to version metadata/8.13.33 by @github-actions in https://github.com/marmelroy/PhoneNumberKit/pull/753 * Fix issues for regions with same country code by @bguidolim in https://github.com/marmelroy/PhoneNumberKit/pull/754 **Full Changelog**: https://github.com/marmelroy/PhoneNumberKit/compare/3.7.9...3.7.10
3.7.9
6 weeks ago
## What's Changed * Updated metadata to version metadata/8.13.31 by @github-actions in https://github.com/marmelroy/PhoneNumberKit/pull/747 * Move privacy manifest from resources to resource bundle by @MariuszWisniewski in https://github.com/marmelroy/PhoneNumberKit/pull/748 ## New Contributors * @MariuszWisniewski made their first contribution in https://github.com/marmelroy/PhoneNumberKit/pull/748 **Full Changelog**: https://github.com/marmelroy/PhoneNumberKit/compare/3.7.8...3.7.9
3.7.8
9 weeks ago
## What's Changed * Adds privacy manifest by @bguidolim in https://github.com/marmelroy/PhoneNumberKit/pull/746 **Full Changelog**: https://github.com/marmelroy/PhoneNumberKit/compare/3.7.7...3.7.8
3.7.7
9 weeks ago
## What's Changed * Updated metadata to version metadata/8.13.27 by @github-actions in https://github.com/marmelroy/PhoneNumberKit/pull/731 * Fix minor 'Patten' typo in `PhoneNumberPatterns.countryCodePatten` (renames to `countryCodePattern`) by @gleb-tregubov in https://github.com/marmelroy/PhoneNumberKit/pull/733 * Updated metadata to version metadata/8.13.28 by @github-actions in https://github.com/marmelroy/PhoneNumberKit/pull/735 * Updated metadata to version metadata/8.13.29 by @github-actions in https://github.com/marmelroy/PhoneNumberKit/pull/738 * Updated metadata to version metadata/8.13.30 by @github-actions in https://github.com/marmelroy/PhoneNumberKit/pull/744 ## New Contributors * @gleb-tregubov made their first contribution in https://github.com/marmelroy/PhoneNumberKit/pull/733 **Full Changelog**: https://github.com/marmelroy/PhoneNumberKit/compare/3.7.6...3.7.7
3.7.6
19 weeks ago
## What's Changed * Updated metadata to version metadata/8.13.26 by @github-actions in https://github.com/marmelroy/PhoneNumberKit/pull/725 * Improved code with SwiftFormat and removed empty catches by @bguidolim in https://github.com/marmelroy/PhoneNumberKit/pull/726 * Checking minimum National Significant Number length before applying format by @bguidolim in https://github.com/marmelroy/PhoneNumberKit/pull/727 **Full Changelog**: https://github.com/marmelroy/PhoneNumberKit/compare/3.7.5...3.7.6
3.7.5
21 weeks ago
## What's Changed * Updated metadata to version metadata/8.13.23 by @github-actions in https://github.com/marmelroy/PhoneNumberKit/pull/712 * Fix environment typos by @michalsrutek in https://github.com/marmelroy/PhoneNumberKit/pull/716 * Updated metadata to version metadata/8.13.24 by @github-actions in https://github.com/marmelroy/PhoneNumberKit/pull/719 * Updated metadata to version metadata/8.13.25 by @github-actions in https://github.com/marmelroy/PhoneNumberKit/pull/722 **Full Changelog**: https://github.com/marmelroy/PhoneNumberKit/compare/3.7.4...3.7.5
3.7.4
28 weeks ago
## What's Changed * Updated metadata to version metadata/8.13.22 by @github-actions in https://github.com/marmelroy/PhoneNumberKit/pull/706 * Stop using deprecated `countryCode` and regex check by @bguidolim in https://github.com/marmelroy/PhoneNumberKit/pull/708 **Full Changelog**: https://github.com/marmelroy/PhoneNumberKit/compare/3.7.3...3.7.4
3.7.3
29 weeks ago
## What's Changed * Improved parser logic for incomplete phone numbers by @bguidolim in https://github.com/marmelroy/PhoneNumberKit/pull/705 **Full Changelog**: https://github.com/marmelroy/PhoneNumberKit/compare/3.7.2...3.7.3
3.7.2
30 weeks ago
## What's Changed * Updated metadata to version metadata/8.13.21 by @github-actions in https://github.com/marmelroy/PhoneNumberKit/pull/701 **Full Changelog**: https://github.com/marmelroy/PhoneNumberKit/compare/3.7.1...3.7.2
3.7.1
30 weeks ago
## What's Changed * Fix wrong access level for country picker UI options by @bguidolim in https://github.com/marmelroy/PhoneNumberKit/pull/700 **Full Changelog**: https://github.com/marmelroy/PhoneNumberKit/compare/3.7.0...3.7.1
iOS macOS watchOS tvOS
marmelroy/Zip 2.1.2
Swift framework for zipping and unzipping files.
⭐️ 2,451
🕓 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.
Zip 2.1.2
2 years ago
- Bug fixes
Zip 2.1.1
3 years ago
- Fixed broken Cocoapods podspec
Zip 2.1.0
3 years ago
- Updates for Xcode 12 support
2.0.0 - Release
3 years ago
Zip 1.1.0
6 years ago
- Added includeRootDirectory logic (thanks @peterboni) - Fixed warnings and build issues (thanks @peterboni, @radianttap, @pgodino)
Zip 1.0.0
6 years ago
- Swift 4 support (thanks @jabez1314, @dimakomar) - Unzip file handler support (thanks @piemonte) - Add fwrite() and uncompressed_size validation (thanks @bricklife)
Zip 0.8.0
6 years ago
- Last Swift 3 release
Zip 0.6.0
7 years ago
- No more submodules. Relevant Minizip files now checked in. This means the return of Carthage support. - Zip is now available for extensions (thanks @basememara). - Documentation updates.
Zip 0.5
7 years ago
- Official Swift 3 release
Zip 0.4.3
7 years ago
- Memory leak fix (thanks @pilot34)
marmelroy/Interpolate 1.3.1
Swift interpolation for gesture-driven animations
⭐️ 1,822
🕓 3 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.
Interpolate 1.2.0
5 years ago
- Updated for Xcode 10 and Swift 4.2
Interpolate 0.4.0
7 years ago
- Fixing Swift legacy version for Xcode 8.2
Interpolate 0.3.2
7 years ago
- App extension safe API (thanks @leoMehlig)
Interpolate 0.3.1
7 years ago
- Fixing a bug with interpolating inferred doubles and ints (thanks @wafisher for reporting).
Interpolate 0.3.0
7 years ago
- Official Swift 3 release (thanks @min and @taraxe)
Interpolate 0.1.5
7 years ago
- Animation completion handler (thanks @richy486) - Sample podifle update (thanks @leoMehlig)
Interpolate 0.1.4
7 years ago
- tvOS support. - UIEdgeInsets support. - Improved documentation.
Interpolate 0.1.3
7 years ago
- Use generics for init (thanks @romanroibu)
Interpolate 0.1.2
7 years ago
- Code improvements (thanks @delba). - Bug fix for CATransform3D + CGAffineTransform interpolation.
Interpolate 0.1
7 years ago
Initial release

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