feat: Add TIKeychainUtils |
||
|---|---|---|
| .githooks | ||
| LeadKit.xcodeproj | ||
| OTPSwiftView | ||
| Sources | ||
| TIFoundationUtils | ||
| TIKeychainUtils | ||
| TISwiftUtils | ||
| TITableKitUtils | ||
| TITransitions | ||
| TIUIElements | ||
| TIUIKitCore | ||
| Tests | ||
| build-scripts@1f83bf5d08 | ||
| docs | ||
| iOS.playground | ||
| project-scripts | ||
| .gitignore | ||
| .gitmodules | ||
| CHANGELOG.md | ||
| Cartfile | ||
| Cartfile.resolved | ||
| LICENSE | ||
| LeadKit.podspec | ||
| Package.resolved | ||
| Package.swift | ||
| README.md | ||
| run_swiftlint.sh | ||
| setup | ||
README.md
LeadKit
LeadKit is the iOS framework with a bunch of tools for rapid app development.
Additional
This repository contains the following additional frameworks:
- TIUIKitCore - core ui elements and protocols from LeadKit.
- TITransitions - set of custom transitions to present controller.
- TIUIElements - bunch of of useful protocols and views.
- OTPSwiftView - a fully customizable OTP view.
- TISwiftUtils - a bunch of useful helpers for development.
- TITableKitUtils - Set of helpers for TableKit classes.
- TIFoundationUtils - Set of helpers for Foundation framework classes.
- TIKeychainUtils - Set of helpers for Keychain classes.
Useful docs:
- Semantic Commit Messages - commit message codestyle.
- Snippets - useful commands and scripts for development.
Contributing
- Run following script in framework's folder:
./setup
- Make sure the commit message codestyle is followed. More about Semantic Commit Messages.
Installation
SPM
dependencies: [
.package(url: "https://github.com/TouchInstinct/LeadKit.git", from: "x.y.z"),
],
Cocoapods
source 'https://github.com/TouchInstinct/Podspecs.git'
pod 'TISwiftUtils', 'x.y.z'
pod 'TIFoundationUtils', 'x.y.z'
# ...