Go to file
Vlad 31c0f2c93a refactor: @petropavel13 comments 2021-01-17 21:37:27 +03:00
.githooks refactor: @petropavel13 comments 2021-01-17 21:37:27 +03:00
LeadKit.xcodeproj Fix indent 2020-10-01 20:59:45 +03:00
LeadKit.xcworkspace Xcode 9.3 migration 2018-03-30 12:19:27 +03:00
OTPSwiftView Add closures 2020-08-25 20:49:25 +03:00
Sources Change protection level to open 2020-10-05 12:41:12 +03:00
TIFoundationUtils feat: add prepare-commit-msgto check commit style 2021-01-07 18:15:43 +03:00
TISwiftUtils feat: add prepare-commit-msgto check commit style 2021-01-07 18:15:43 +03:00
TITableKitUtils feat: add prepare-commit-msgto check commit style 2021-01-07 18:15:43 +03:00
TITransitions feat: add prepare-commit-msgto check commit style 2021-01-07 18:15:43 +03:00
TIUIElements feat: add prepare-commit-msgto check commit style 2021-01-07 18:15:43 +03:00
TIUIKitCore feat: add prepare-commit-msgto check commit style 2021-01-07 18:15:43 +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
iOS.playground change project structure and integrate code quality 2017-06-08 17:55:01 +03:00
.gitignore add TableKitUtils with BaseSeparatorCell 2020-10-21 22:06:54 +03:00
.gitmodules Submodule link fixed 2018-10-24 12:44:37 +03:00
.travis.yml Travis config fixed 2018-10-24 12:44:51 +03:00
CHANGELOG.md docs: correct typo 2021-01-11 12:50:31 +03:00
Cartfile Up version of Alamofire and RxAlamofire 2020-09-03 21:19:30 +03:00
Cartfile.resolved Up version of Alamofire and RxAlamofire 2020-09-03 21:08:54 +03:00
LICENSE Initial commit 2016-01-21 22:02:35 +03:00
LeadKit.podspec feat: add prepare-commit-msgto check commit style 2021-01-07 18:15:43 +03:00
Package.resolved add TableKitUtils with BaseSeparatorCell 2020-10-21 22:06:54 +03:00
Package.swift added StatefulButton & RoundedStatefulButton. 2020-12-23 16:45:36 +03:00
README.md refactor: @petropavel13 comments 2021-01-17 21:37:27 +03:00
run_swiftlint.sh fix swiftlint issues 2020-01-22 14:10:15 +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:

Setup

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