Swiftpack.co - Swift Packages by tesseract-one

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

Packages published by tesseract-one

tesseract-one/Cardano.swift 0.1.4
Swift SDK for Cardano network (Alonzo).
⭐️ 15
🕓 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.
Updated BlockfrostSwiftSDK. Better Cocoapods support
1 year ago
* Updated BlockfrostSwiftSDK to 0.0.7 * Better CocoaPods support
Updated Rust library. Fixed crash
1 year ago
* Fixed asynchronous call crash. * Updated Rust core library
arm64 iOS Simulator support
2 years ago
- Added support for iOS simulator on arm Mac.
CocoaPods support
2 years ago
- Added CocoaPods support
Initial Release
2 years ago
- High-level user-friendly APIs. - Transaction building and signing. - Custom transactions support. - UTXO and addresses management. - Interaction with the Cardano network. - Automatic fees calculation. - Blockfrost support.
iOS macOS
tesseract-one/WebSocket.swift 0.2.0
Cross-platform WebSocket client implementation based on Swift NIO
⭐️ 12
🕓 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.
Moved to Swift 5.4. Updated Swift NIO.
1 year ago
Xcode 13 support
2 years ago
Fixed warnings in the new NIO versions
2 years ago
Better socket error propagation
3 years ago
Fixed exception on "continuation" frame
3 years ago
Better state management. Better thread safety. Code cleanup
3 years ago
Better API
3 years ago
Fixed crash on deinit. Better ping handling
3 years ago
Timeout for connection. Auto disconnect on deinit. Fixes
3 years ago
First working version
3 years ago
tesseract-one/Tesseract.swift 0.5.6
Tesseract dApps Platform SDK for iOS and OSX
⭐️ 12
🕓 12 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.
Full Client and Service SDKs
12 weeks ago
Fully wrapped iOS Client and Service SDKs with IPC transport
Better Rust code split
12 weeks ago
Better split in Rust code. Published crates
First release of the Client SDK
19 weeks ago
First release of the Client SDK
Better native C headers split
22 weeks ago
Updated C headers split for Rust
Throwing API for services
22 weeks ago
Fixed small bugs. Added throwing API for services. Docs
Wallet support with new core
24 weeks ago
Wallet SDK with new core
First version with Web3
4 years ago
First version without Web3
4 years ago
iOS
tesseract-one/ScaleCodec.swift 0.3.1
SCALE codec implementation for Swift language
⭐️ 7
🕓 36 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.
Switched Tuples to framework. Removed Big Integers
36 weeks ago
New API. Size calculation support
43 weeks ago
Fixed warnings in the new Swift
2 years ago
Added custom encoding and decoding factory. Better Compact and BigInt types
3 years ago
Added Compact Convertible
3 years ago
First stable version
3 years ago
All base types and containers
iOS macOS watchOS tvOS
tesseract-one/JsonRPC.swift 0.2.3
Cross-platform Json RPC library for Swift with WebSocket support
⭐️ 7
🕓 34 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.
Updated dependencies
34 weeks ago
Params is switched to Tuples
37 weeks ago
ContextCodable support
40 weeks ago
Added ContextCodable support. Fixed multi-treading bug. Code cleanup
Foundation based version
43 weeks ago
Switched from NIO to URLSessionWebSocketTask async/await support for Swift 5.5+ bidirectional calls support (ServerDelegate) AnyEncodable helper
Added array parameters support. Optional Serializable integration
1 year ago
Initial Release
1 year ago
* HTTP & WebSocket support * JSON RPC notifications support over WebSocket * Linux & Apple platforms support
iOS macOS watchOS tvOS
tesseract-one/Blake2.swift 0.2.0
Swift wrapper for reference C implementation of Blake2b hash
⭐️ 6
🕓 34 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.
New static API. Swift 5.4+
34 weeks ago
Fixed crash on nil key
2 years ago
Fixed warnings in C on watchOS
2 years ago
First working version
2 years ago
iOS macOS watchOS tvOS
tesseract-one/Bip39.swift 0.2.0
Cross-platform BIP39 mnemonic implementation for Swift.
⭐️ 2
🕓 34 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.
Swift 5.4+ support
34 weeks ago
Moved C code to the different library
2 years ago
First working version
2 years ago
iOS macOS watchOS tvOS
tesseract-one/Sr25519.swift 0.2.0
Swift wrapper for sr25519-donna C library
⭐️ 2
🕓 34 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.
Swift 5.4+ support
34 weeks ago
Switched SHA2 to the library
2 years ago
Errors cleanup
2 years ago
API fixes
2 years ago
Switched to sr25519-donna C library
2 years ago
version bump
3 years ago
fixed build for iOS and macOS. Removed cargo-lipo dependency
3 years ago
Test version
3 years ago
First test version with binaries
iOS macOS watchOS tvOS
tesseract-one/Serializable.swift 0.3.1
Dynamic Serializable Value for Swift Codable
⭐️ 1
🕓 34 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.
Subscripts. Fixes
34 weeks ago
New naming. Swift 5.4+
34 weeks ago
Fixed hex parser performance
3 years ago
Fixed crash on prefixed hex parsing
3 years ago
Better parsers. More helper methods. Better protocol names
3 years ago
Swift 5. Better Date and Data parsing
3 years ago
Better constructor for serializable value
4 years ago
ExpressibleByLiteral Constructors. Better convertible support
4 years ago
Can be created from literals. Moved extensions to SerializableValue
Extension Safe API for all Carthage targets
4 years ago
Added Hashable for SerializableValue
4 years ago
iOS macOS watchOS tvOS
tesseract-one/UncommonCrypto.swift 0.2.1
Wrapper over CommonCrypto with alternative C implementation for Linux
⭐️ 0
🕓 34 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.
Restored CUncommonCrypto export
34 weeks ago
Swift 5.4+ support
34 weeks ago
Proper HMAC naming
2 years ago
Added HMAC
2 years ago
SHA2 optimization
2 years ago
SHA[1,2,3], PBKDF2, Random
2 years ago
iOS macOS watchOS tvOS
tesseract-one/CSecp256k1.swift 0.2.0
Swift C module for bitcoin secp256k1 library
⭐️ 0
🕓 34 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.
Swift 5.4+ support
34 weeks ago
First working version
2 years ago
iOS macOS watchOS tvOS

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