Swiftpack.co - Swift Packages by emvakar

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

Packages published by emvakar

emvakar/EKAstrologyCalc v0.0.4
Astrology Calculator calculates moon's rise/set times, moon Age, moon phases and Zodiac Sign for location and time
⭐️ 50
πŸ•“ 28 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.
Refactoring and fix EKIllummintaion Struct
3 years ago
Add moon illumination
3 years ago
Taurus not been displayed
3 years ago
fix taurus detection
Added eclipse info
5 years ago
Added eclipse info
Pre-release
5 years ago
Add Tests
5 years ago
Update for travis and adds some simple tests
Alpha version
5 years ago
- [x] set and rise moon - [x] get moon Age - [x] get moon rise - [x] get moon set - [x] get zodiac sign - [x] get moon phase - [x] get moon trajectory - [ ] get zodiac sign rise time - [ ] get zodiac sign set time - [ ] get mercury status
iOS macOS watchOS tvOS
emvakar/EKTabBar v0.0.8
Great floating TabBar written on swift
⭐️ 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.
Release 0.0.8
1 year ago
Version 0.0.8 **Full Changelog**: https://github.com/emvakar/EKTabBar/compare/v0.0.7...v0.0.8
Release 0.0.7
1 year ago
Version 0.0.7 **Full Changelog**: https://github.com/emvakar/EKTabBar/compare/v0.0.6...v0.0.7
Release 0.0.6
1 year ago
Version 0.0.6 **Full Changelog**: https://github.com/emvakar/EKTabBar/compare/v0.0.5...v0.0.6
Release 0.0.5
1 year ago
Version 0.0.5 **Full Changelog**: https://github.com/emvakar/EKTabBar/compare/v0.0.4...v0.0.5
Release 0.0.4
1 year ago
Version 0.0.4 **Full Changelog**: https://github.com/emvakar/EKTabBar/compare/v0.0.3...v0.0.4
Release 0.0.3
1 year ago
Version 0.0.3 **Full Changelog**: https://github.com/emvakar/EKTabBar/compare/v0.0.2...v0.0.3
Release 0.0.2
1 year ago
Version 0.0.2 ## What's Changed * Update README.md by @emvakar in https://github.com/emvakar/EKTabBar/pull/1 ## New Contributors * @emvakar made their first contribution in https://github.com/emvakar/EKTabBar/pull/1 **Full Changelog**: https://github.com/emvakar/EKTabBar/compare/v0.0.1...v0.0.2
Release 0.0.1
1 year ago
Version 0.0.1 **Full Changelog**: https://github.com/emvakar/EKTabBar/commits/v0.0.1
iOS
emvakar/EKBlurAlert 2.0.0
Create an EK Blur Alert View for light actions in iOS Apps.
⭐️ 5
πŸ•“ 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.
Add Swift Package Manager supporting
3 years ago
Migrate to Swift 5.2 and support Swift Package Manager
More customizations available
5 years ago
iOS tvOS
emvakar/EKNetworking 1.3.6
Networking
⭐️ 3
πŸ•“ 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.
Release 1.3.6
3 weeks ago
Version 1.3.6 **Full Changelog**: https://github.com/emvakar/EKNetworking/compare/1.3.5...1.3.6
Release 1.3.5
3 weeks ago
Version 1.3.5 ## What's Changed * collect logs file path by @emvakar in https://github.com/emvakar/EKNetworking/pull/18 * fetch logs by @emvakar in https://github.com/emvakar/EKNetworking/pull/19 **Full Changelog**: https://github.com/emvakar/EKNetworking/compare/1.3.4...1.3.5
Release 1.3.4
5 weeks ago
Version 1.3.4 ## What's Changed * Isolate NetworkLogger init if logs are disabled by @2poy in https://github.com/emvakar/EKNetworking/pull/17 **Full Changelog**: https://github.com/emvakar/EKNetworking/compare/1.3.3...1.3.4
Release 1.3.3
6 weeks ago
Version 1.3.3 ## What's Changed * Π”ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠ΅ ΠΏΠ°Ρ€Π°ΠΌΠ΅Ρ‚Ρ€Π° logEnable by @2poy in https://github.com/emvakar/EKNetworking/pull/16 **Full Changelog**: https://github.com/emvakar/EKNetworking/compare/1.3.2...1.3.3
Release 1.3.2
9 weeks ago
Version 1.3.2 **Full Changelog**: https://github.com/emvakar/EKNetworking/compare/1.3.1...1.3.2
Release 1.3.1
42 weeks ago
Version 1.3.1 ## What's Changed * Added extension with array by @NTatarnikov in https://github.com/emvakar/EKNetworking/pull/15 **Full Changelog**: https://github.com/emvakar/EKNetworking/compare/1.3.0...1.3.1
Release 1.3.0
42 weeks ago
Version 1.2.10 ## What's Changed * Add array request support by @2poy in https://github.com/emvakar/EKNetworking/pull/14 **Full Changelog**: https://github.com/emvakar/EKNetworking/compare/1.2.9...1.2.10
Release 1.2.9
44 weeks ago
Version 1.2.9 ## What's Changed * Added non-required parameter for caching by @NTatarnikov in https://github.com/emvakar/EKNetworking/pull/13 **Full Changelog**: https://github.com/emvakar/EKNetworking/compare/1.2.8...1.2.9
Release 1.2.8
47 weeks ago
Version 1.2.8 ## What's Changed * Add timeout parameter by @2poy in https://github.com/emvakar/EKNetworking/pull/12 ## New Contributors * @2poy made their first contribution in https://github.com/emvakar/EKNetworking/pull/12 **Full Changelog**: https://github.com/emvakar/EKNetworking/compare/1.2.7...1.2.8
Release 1.2.7
1 year ago
Error Struct remakes to Class
iOS macOS
emvakar/FJWTMiddleware v1.0.0
FJWTMiddleware is middleware for server applications based on Vapor Framework. This project provides JSON Web Token (JWT) authentication using Firebase Authentication as the authentication provider.
⭐️ 2
πŸ•“ 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.
Release 1.0.0
1 year ago
Version 1.0.0 **Full Changelog**: https://github.com/emvakar/FJWTMiddleware/commits/v1.0.0
macOS linux macOS iOS
emvakar/EKKeychainService 0.0.3
Simple Keychain service
⭐️ 0
πŸ•“ 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.
2 years ago
First release
2 years ago
iOS macOS
emvakar/EKIPLocation 2.0.1
IPLocation handler
⭐️ 0
πŸ•“ 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.
Improvements, travis-ci and adding readme
3 years ago
Add Swift Package Manager
3 years ago
iOS macOS watchOS tvOS
emvakar/DevHelper 1.0.1
Some extensions for help you for develop amazing apps
⭐️ 0
πŸ•“ 3 years ago
iOS

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