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

Commit

Permalink
Merge pull request #9 from istyle-inc/feature-swift5_3
Browse files Browse the repository at this point in the history
Support Swift5.3
  • Loading branch information
ie-yamamoto committed Sep 4, 2020
2 parents f479149 + ca9d944 commit 3835eef
Show file tree
Hide file tree
Showing 9 changed files with 145 additions and 145 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
5.0
5.3
2 changes: 1 addition & 1 deletion Example/Podfile
Expand Up @@ -13,7 +13,7 @@ end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '5.0'
config.build_settings['SWIFT_VERSION'] = '5.3'
end
end
end
6 changes: 3 additions & 3 deletions Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- LoadMoreTableViewController (2.1.2)
- LoadMoreTableViewController (2.1.3)

DEPENDENCIES:
- LoadMoreTableViewController (from `../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
LoadMoreTableViewController: 6a7059a50d4544bf23d011172a15740aab361fe3
LoadMoreTableViewController: 63f2ed3f6607927dad644dd44f7c8c620df3247c

PODFILE CHECKSUM: 2d1c41854f8e04f260b3d9549af07292e79adc0b
PODFILE CHECKSUM: 8d878bf4af672f2346595fa747cdf4f00dc0d2b6

COCOAPODS: 1.8.4

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

262 changes: 131 additions & 131 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LoadMoreTableViewController.podspec
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "LoadMoreTableViewController"
s.version = "2.1.2"
s.version = "2.1.3"
s.summary = "Automatic cell loading on UITableViewController."

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -101,8 +101,8 @@ Use function `public func refreshData(immediately immediately: Bool)`.

## Requirements
- iOS 8
- Xcode 11.2.1
- Swift 5.0
- Xcode 12.0-beta6
- Swift 5.3

## Installation

Expand Down

0 comments on commit 3835eef

Please sign in to comment.