Skip to content

Commit

Permalink
Merge pull request #3 from shakurocom/II-16-update_pod_version_and_de…
Browse files Browse the repository at this point in the history
…pendencies

Ii 16 update pod version and dependencies
  • Loading branch information
EugenDevIOS authored Jan 23, 2023
2 parents 77c7ec8 + e9eded6 commit e1a6380
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
2 changes: 2 additions & 0 deletions DraggableOverlayExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -385,6 +386,7 @@
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
2 changes: 2 additions & 0 deletions DraggableOverlayFramework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -326,6 +327,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '10.0'
platform :ios, '11.0'

use_frameworks!

workspace 'DraggableOverlayWorkspace'

target 'DraggableOverlayFramework' do
project 'DraggableOverlayFramework.xcodeproj'
pod 'Shakuro.CommonTypes', '1.1.1'
pod 'Shakuro.CommonTypes', '1.1.4'
end

target 'DraggableOverlayExample' do
project 'DraggableOverlayExample.xcodeproj'
pod 'SwiftLint', '0.43.1'
pod 'Shakuro.CommonTypes', '1.1.1'
pod 'Shakuro.CommonTypes', '1.1.4'
end
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Shakuro.CommonTypes (1.1.1)
- Shakuro.CommonTypes (1.1.4)
- SwiftLint (0.43.1)

DEPENDENCIES:
- Shakuro.CommonTypes (= 1.1.1)
- Shakuro.CommonTypes (= 1.1.4)
- SwiftLint (= 0.43.1)

SPEC REPOS:
Expand All @@ -12,9 +12,9 @@ SPEC REPOS:
- SwiftLint

SPEC CHECKSUMS:
Shakuro.CommonTypes: 8b15b334da1dfba894237940f890f7519d33ba3e
Shakuro.CommonTypes: a3c3d432a2fc19e3e7971dad13aa9066d7ce5771
SwiftLint: 99f82d07b837b942dd563c668de129a03fc3fb52

PODFILE CHECKSUM: 334b89c97677336bcbcbf1c0f739d1d268ffb9ff
PODFILE CHECKSUM: ff3b896d2ce42f432ca5ec70cfbe633f96f24a25

COCOAPODS: 1.11.3
6 changes: 3 additions & 3 deletions Shakuro.DraggableOverlay.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'Shakuro.DraggableOverlay'
s.version = '1.0.1'
s.version = '1.0.2'
s.summary = 'Shakuro Draggable Overlay'
s.homepage = 'https://github.com/shakurocom/DraggableOverlay'
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.authors = {'apopov1988' => 'apopov@shakuro.com', 'wwwpix' => 'spopov@shakuro.com', 'slaschuk' => 'slaschuk@shakuro.com'}
s.source = { :git => 'https://github.com/shakurocom/DraggableOverlay.git', :tag => s.version }
s.source_files = 'Source/*', 'Source/**/*'
s.swift_version = ['5.1', '5.2', '5.3', '5.4', '5.5']
s.swift_version = ['5.1', '5.2', '5.3', '5.4', '5.5', '5.6']
s.ios.deployment_target = '11.0'

s.dependency 'Shakuro.CommonTypes', '1.1.2'
s.dependency 'Shakuro.CommonTypes', '1.1.4'

end

0 comments on commit e1a6380

Please sign in to comment.