Skip to content

Commit

Permalink
Merge pull request #2 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 8e21352 + a40c1c4 commit c3641c5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
2 changes: 2 additions & 0 deletions InfinityScrollView_Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,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 @@ -379,6 +380,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 InfinityScrollView_Framework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,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 @@ -324,6 +325,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 'InfinityScrollView'

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

target 'InfinityScrollView_Example' do
project 'InfinityScrollView_Example.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: b2e1b2644ddf738caec04237aa0e7e461137f4b1
PODFILE CHECKSUM: 7f901854237e71d11baa22b52b3e4705cfe4c847

COCOAPODS: 1.11.3
6 changes: 3 additions & 3 deletions Shakuro.InfinityScrollView.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'Shakuro.InfinityScrollView'
s.version = '1.0.1'
s.version = '1.0.2'
s.summary = 'Shakuro Infinity Scroll View'
s.homepage = 'https://github.com/shakurocom/InfinityScrollView'
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.authors = {'apopov1988' => '[email protected]', 'wwwpix' => '[email protected]', 'slaschuk' => '[email protected]'}
s.source = { :git => 'https://github.com/shakurocom/InfinityScrollView.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 c3641c5

Please sign in to comment.