Go to file
Mihail 954080891d
Merge pull request #270 from TouchInstinct/feature/TIKeychainUtils
feat: Add TIKeychainUtils
2021-04-30 19:17:08 +03:00
.githooks refactor: @petropavel13 comments 2021-01-17 21:37:27 +03:00
LeadKit.xcodeproj refactor: update swiftlint to 39.1 2021-01-11 23:26:23 +03:00
OTPSwiftView feat!: update dependencies and project settings 2021-01-11 23:18:29 +03:00
Sources fix: set allHostsMustBeEvaluated of SessionManager to false, so we can download 2021-03-05 12:08:15 +03:00
TIFoundationUtils feat: Fix pr issue 2021-04-30 13:18:27 +03:00
TIKeychainUtils feat: Fix pr issue 2021-04-30 13:18:27 +03:00
TISwiftUtils feat: Fix pr issue 2021-04-30 13:18:27 +03:00
TITableKitUtils feat: Fix pr issue 2021-04-30 13:18:27 +03:00
TITransitions feat: Fix pr issue 2021-04-30 13:18:27 +03:00
TIUIElements feat: Fix pr issue 2021-04-30 13:18:27 +03:00
TIUIKitCore feat: Fix pr issue 2021-04-30 13:18:27 +03:00
Tests migrate to Swift 5; remove test targets 2019-03-28 12:00:16 +03:00
build-scripts@1f83bf5d08 fix swiftlint issues 2020-01-22 14:10:15 +03:00
docs feat: add useful scripts 2021-04-29 09:43:26 +03:00
iOS.playground Build scripts update 2019-04-09 16:24:35 +03:00
project-scripts feat: add useful scripts 2021-04-29 09:43:26 +03:00
.gitignore fix: add .DS_Store to .gitignore 2021-04-29 09:00:20 +03:00
.gitmodules Submodule link fixed 2018-10-24 12:44:37 +03:00
CHANGELOG.md feat: Fix pr issue 2021-04-30 14:55:32 +03:00
Cartfile feat!: update dependencies and project settings 2021-01-11 23:18:29 +03:00
Cartfile.resolved feat!: update dependencies and project settings 2021-01-11 23:18:29 +03:00
LICENSE Initial commit 2016-01-21 22:02:35 +03:00
LeadKit.podspec feat: Fix pr issue 2021-04-30 13:18:27 +03:00
Package.resolved feat: Fix dependency (pr issue) 2021-04-30 18:56:50 +03:00
Package.swift feat: Fix dependency (pr issue) 2021-04-30 18:56:50 +03:00
README.md feat: Add TIKeychainUtils 2021-04-29 15:05:38 +03:00
run_swiftlint.sh refactor: update swiftlint to 39.1 2021-01-11 23:26:23 +03:00
setup refactor: @petropavel13 comments 2021-01-17 21:37:27 +03:00

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:

Useful docs:

Contributing

  • Run following script in framework's folder:
./setup

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'
# ...