Swiftpack.co - Swift Packages by shotastage

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

Packages published by shotastage

shotastage/Fileable.swift 1.2.2
UNIX command like simple file management library for Swift.
⭐️ 1
🕓 30 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.
Fix inaccessible method
5 years ago
Fix bugs
5 years ago
- Fix internal inaccessible level - Make bundled file method nullable
Add enhancements
5 years ago
- Implement get bundle file path method - Support both String and URL type as a path param - Separate platform specific method as a service - Support making multiple directory at once - Add path absolute or relative detector
Fix building scheme failure & deployment target issue
5 years ago
Fix building scheme failure & deployment target issue
Fix building scheme failure
5 years ago
Fix building scheme failure for Carthage build system.
Rename Fileable object to Path
5 years ago
- Rename `Fileable` object to `Path` - `Path.pwd` is now support setter enabling move directory - `Path` object automatically set self path as home directory when path initializer is "~". - Introduce `iOSDir` ios directory list - Introduce `UnixFS` unix-based OS FS tree list - Now under construction -
List Contents & issue fix
5 years ago
## 1.0.8 - **Fileable("path/to/dir").ls has been implemented** You can get contents of specific directory as an array. ---- - **Fix issue `Fileable("/path/to/dir").isFile` returns TRUE [#1](https://github.com/shotastage/Fileable.swift/issues/1)** In this issue, `isFile` property does not return proper result. **Expected Result** ``` Fileable("path/to/directory").isFile => False ``` **Practical Result** ``` Fileable("path/to/directory").isFile => True ```
Fully compatible with FileableGo API
5 years ago
Rename Filekit to Fileable.
6 years ago
Add compile target.
6 years ago
shotastage/CoreOverlay v0.0.8
Quick DHT program coder with Swift
⭐️ 1
🕓 48 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.
v0.0.8
48 weeks ago
v0.0.7
50 weeks ago
Pre-release
1 year ago
iOS macOS watchOS tvOS macCatalyst
shotastage/DeepLinkRouter.swift 0.0.3
Super minimum deep link router for Swift.
⭐️ 1
🕓 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.
Introduce new router syntax
5 years ago
See [changelog](https://github.com/shotastage/DeepLinkRouter/blob/master/CHANGELOG.md) for detail.
Add Objective-C support
5 years ago
Add these classes - DLRouter - DLPath
First release of DeepLinkRouter
5 years ago
shotastage/SimpleDefaults 1.0
Simple userdefault library
⭐️ 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.
Register CocoaPods
3 years ago
Implemented SD model class
5 years ago
You can now use SD model class as below: ```swift // Define model class class Model { @objc dynamic var name: String = "Shota Shimazu" @objc dynamic var age: Int = 21 } ... func registerProfile(name: String, age: Int) { let model = Model() model.name = name model.age = age } func readProfile() -> (String, Int) { return (model.name, model.age) } ```
First release
5 years ago
- SimpleDefaultIO has been released.
iOS macOS watchOS tvOS macCatalyst
shotastage/LibC.swift 1.0.0
Import OS specific LibC automatically.
⭐️ 0
🕓 33 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.
Compatible to Swift 3.0.2 Preview1
7 years ago
Compatible to Swift 3.0.1 Preview2
7 years ago
You can use SwiftCLibrary on latest preview snapshot (version 3.0.1-preview2).
Darwin.c to Darwin
7 years ago
Renamed module.
7 years ago
Add functions for debug.
7 years ago

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