Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 3835eef

Browse files
Merge pull request #9 from istyle-inc/feature-swift5_3
Support Swift5.3
2 parents f479149 + ca9d944 commit 3835eef

9 files changed

Lines changed: 145 additions & 145 deletions

File tree

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0
1+
5.3

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ end
1313
post_install do |installer|
1414
installer.pods_project.targets.each do |target|
1515
target.build_configurations.each do |config|
16-
config.build_settings['SWIFT_VERSION'] = '5.0'
16+
config.build_settings['SWIFT_VERSION'] = '5.3'
1717
end
1818
end
1919
end

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- LoadMoreTableViewController (2.1.2)
2+
- LoadMoreTableViewController (2.1.3)
33

44
DEPENDENCIES:
55
- LoadMoreTableViewController (from `../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
LoadMoreTableViewController: 6a7059a50d4544bf23d011172a15740aab361fe3
12+
LoadMoreTableViewController: 63f2ed3f6607927dad644dd44f7c8c620df3247c
1313

14-
PODFILE CHECKSUM: 2d1c41854f8e04f260b3d9549af07292e79adc0b
14+
PODFILE CHECKSUM: 8d878bf4af672f2346595fa747cdf4f00dc0d2b6
1515

1616
COCOAPODS: 1.8.4

Example/Pods/Local Podspecs/LoadMoreTableViewController.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 131 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/LoadMoreTableViewController/LoadMoreTableViewController-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LoadMoreTableViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "LoadMoreTableViewController"
11-
s.version = "2.1.2"
11+
s.version = "2.1.3"
1212
s.summary = "Automatic cell loading on UITableViewController."
1313

1414
# This description is used to generate tags and improve search results.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ Use function `public func refreshData(immediately immediately: Bool)`.
101101

102102
## Requirements
103103
- iOS 8
104-
- Xcode 11.2.1
105-
- Swift 5.0
104+
- Xcode 12.0-beta6
105+
- Swift 5.3
106106

107107
## Installation
108108

0 commit comments

Comments
 (0)