From 9b115370f749790c3032337096187de7505fe991 Mon Sep 17 00:00:00 2001 From: Vlad Date: Mon, 25 Jan 2021 17:40:15 +0300 Subject: [PATCH 1/2] fix: LeadKit.podspec file --- LeadKit.podspec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/LeadKit.podspec b/LeadKit.podspec index be931b5f..f6de6b88 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -68,7 +68,8 @@ Pod::Spec.new do |s| "Sources/Structures/DrawingOperations/CALayerDrawingOperation.swift", "Sources/Structures/DrawingOperations/RoundDrawingOperation.swift", "Sources/Structures/DrawingOperations/BorderDrawingOperation.swift", - "Sources/Structures/DataLoading/PaginationDataLoading/*" + "Sources/Structures/DataLoading/PaginationDataLoading/*", + "Sources/Extensions/UIInterfaceOrientation/*" ] ss.tvos.exclude_files = [ "Sources/Classes/Controllers/BaseConfigurableController.swift", @@ -101,7 +102,9 @@ Pod::Spec.new do |s| "Sources/Protocols/Views/SeparatorCell/*", "Sources/Protocols/TableKit/**/*", "Sources/Protocols/Controllers/SearchResultsViewController.swift", - "Sources/Structures/DataLoading/PaginationDataLoading/*" + "Sources/Structures/DataLoading/PaginationDataLoading/*", + "Sources/Extensions/UIInterfaceOrientation/*", + "Sources/Classes/Controllers/BaseOrientationController.swift" ] ss.dependency "RxSwift", '~> 5.1.0' From 50ca1c7d7901a284603e8ce08b0c8d3b94292810 Mon Sep 17 00:00:00 2001 From: Vlad Date: Mon, 25 Jan 2021 17:43:02 +0300 Subject: [PATCH 2/2] chore: bump version --- CHANGELOG.md | 3 +++ LeadKit.podspec | 2 +- TIFoundationUtils/TIFoundationUtils.podspec | 2 +- TISwiftUtils/TISwiftUtils.podspec | 2 +- TITableKitUtils/TITableKitUtils.podspec | 2 +- TITransitions/TITransitions.podspec | 2 +- TIUIElements/TIUIElements.podspec | 2 +- TIUIKitCore/TIUIKitCore.podspec | 2 +- 8 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 239cc734..9d079575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 0.13.1 +- **Fix**: LeadKit.podspec file. + ### 0.13.0 - **Add**: Githook `prepare-commit-msg` to check commit's style. - **Add**: Setup script. diff --git a/LeadKit.podspec b/LeadKit.podspec index f6de6b88..496f9d59 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.13.0" + s.version = "0.13.1" s.summary = "iOS framework with a bunch of tools for rapid development" s.homepage = "https://github.com/TouchInstinct/LeadKit" s.license = "Apache License, Version 2.0" diff --git a/TIFoundationUtils/TIFoundationUtils.podspec b/TIFoundationUtils/TIFoundationUtils.podspec index 4b8d3e4c..caa87d8a 100644 --- a/TIFoundationUtils/TIFoundationUtils.podspec +++ b/TIFoundationUtils/TIFoundationUtils.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TIFoundationUtils' - s.version = '0.13.0' + s.version = '0.13.1' s.summary = 'Set of helpers for Foundation framework classes.' s.homepage = 'https://github.com/TouchInstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/TISwiftUtils/TISwiftUtils.podspec b/TISwiftUtils/TISwiftUtils.podspec index 6f6759c0..76ec1927 100644 --- a/TISwiftUtils/TISwiftUtils.podspec +++ b/TISwiftUtils/TISwiftUtils.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TISwiftUtils' - s.version = '0.13.0' + s.version = '0.13.1' s.summary = 'Bunch of useful helpers for Swift development.' s.homepage = 'https://github.com/TouchInstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/TITableKitUtils/TITableKitUtils.podspec b/TITableKitUtils/TITableKitUtils.podspec index 130d9120..6959d27d 100644 --- a/TITableKitUtils/TITableKitUtils.podspec +++ b/TITableKitUtils/TITableKitUtils.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TITableKitUtils' - s.version = '0.13.0' + s.version = '0.13.1' s.summary = 'Set of helpers for TableKit classes.' s.homepage = 'https://github.com/TouchInstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/TITransitions/TITransitions.podspec b/TITransitions/TITransitions.podspec index b6d3cfcb..7efab04c 100644 --- a/TITransitions/TITransitions.podspec +++ b/TITransitions/TITransitions.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TITransitions' - s.version = '0.13.0' + s.version = '0.13.1' s.summary = 'Set of custom transitions to present controller. ' s.homepage = 'https://github.com/TouchInstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/TIUIElements/TIUIElements.podspec b/TIUIElements/TIUIElements.podspec index 72685e5e..71637550 100644 --- a/TIUIElements/TIUIElements.podspec +++ b/TIUIElements/TIUIElements.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TIUIElements' - s.version = '0.13.0' + s.version = '0.13.1' s.summary = 'Bunch of useful protocols and views.' s.homepage = 'https://github.com/TouchInstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/TIUIKitCore/TIUIKitCore.podspec b/TIUIKitCore/TIUIKitCore.podspec index 88ae600d..7c680e7b 100644 --- a/TIUIKitCore/TIUIKitCore.podspec +++ b/TIUIKitCore/TIUIKitCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TIUIKitCore' - s.version = '0.13.0' + s.version = '0.13.1' s.summary = 'Core UI elements: protocols, views and helpers.' s.homepage = 'https://github.com/TouchInstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name s.license = { :type => 'MIT', :file => 'LICENSE' }