Go to file
Ivan Smolin c5db547b82
Merge pull request #310 from TouchInstinct/feature/TIAuth_TISwiftUICore
feat: TIAuth module + SwiftUIPresenter & UIViewControllerPresenter
2022-06-08 17:02:19 +03:00
.bundle feat: Change access modifiers in `DefaultJsonNetworkService` from `public` to `open`, added additional Moya plugins processing 2022-04-06 20:57:55 +03:00
.githooks refactor: @petropavel13 comments 2021-01-17 21:37:27 +03:00
LeadKit.xcodeproj Revert "refactor: unable BUILD_LIBRARY_FOR_DISTRIBUTION" 2021-09-08 21:14:47 +03:00
OTPSwiftView feat!: update dependencies and project settings 2021-01-11 23:18:29 +03:00
Sources timeoutIntervalForRequest for sessionConfiguration in NetworkServiceConfiguration added 2022-03-29 13:34:40 +05:00
TIAppleMapUtils feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
TIAuth fix: code review notes 2022-06-08 13:58:15 +03:00
TIFoundationUtils feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
TIGoogleMapUtils feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
TIKeychainUtils feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
TIMapUtils feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
TIMoyaNetworking fix: code review notes 2022-06-08 13:58:15 +03:00
TINetworking feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
TINetworkingCache feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
TIPagination feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
TISwiftUICore feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
TISwiftUtils feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
TITableKitUtils feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
TITransitions feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
TIUIElements feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
TIUIKitCore feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
TIYandexMapUtils feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
Tests refactor: PR comments 2021-08-16 13:06:03 +03:00
build-scripts@1f83bf5d08 fix swiftlint issues 2020-01-22 14:10:15 +03:00
docs docs: add Build dependencies for LeadKit.xcodeproj snippet 2021-06-20 23:35:53 +03:00
iOS.playground change project structure and integrate code quality 2017-06-08 17:55:01 +03:00
project-scripts feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
.gitignore feat: Change access modifiers in `DefaultJsonNetworkService` from `public` to `open`, added additional Moya plugins processing 2022-04-06 20:57:55 +03:00
.gitmodules Submodule link fixed 2018-10-24 12:44:37 +03:00
CHANGELOG.md feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
Cartfile fix: podpsec dependecies 2021-09-08 20:37:09 +03:00
Cartfile.resolved fix: podpsec dependecies 2021-09-08 20:37:09 +03:00
Gemfile feat: Change access modifiers in `DefaultJsonNetworkService` from `public` to `open`, added additional Moya plugins processing 2022-04-06 20:57:55 +03:00
Gemfile.lock feat: Change access modifiers in `DefaultJsonNetworkService` from `public` to `open`, added additional Moya plugins processing 2022-04-06 20:57:55 +03:00
LICENSE Initial commit 2016-01-21 22:02:35 +03:00
LeadKit.podspec feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
Package.resolved feat: Network services in TIMoyaNetworking now passes MoyaError in result of EnpointRequest execution. 2022-04-15 14:21:28 +03:00
Package.swift feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules 2022-06-02 15:33:29 +03:00
README.md feat: add TIMoyaNetoworking target; async closure typealiases to TISwiftUtils; Date formatting & decoding helpers to TIFoundationUtils 2022-02-18 22:26:09 +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'
# ...