-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from takecian/swift6
Add Swift6 support
- Loading branch information
Showing
12 changed files
with
251 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
platform :ios, '11.0' | ||
platform :ios, '13.0' | ||
use_frameworks! | ||
|
||
target 'Demo' do | ||
pod 'SwiftRater', :path => '../' | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,9 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = 'SwiftRater' | ||
s.version = '2.1.3' | ||
s.version = '2.2.0' | ||
s.summary = 'A utility that reminds your iPhone app users to review the app written in pure Swift.' | ||
s.platform = :ios, '12.0' | ||
s.platform = :ios, '13.0' | ||
|
||
# This description is used to generate tags and improve search results. | ||
# * Think: What does it do? Why did you write it? What is the focus? | ||
|
@@ -28,7 +28,7 @@ SwiftRater is a class that you can drop into any iPhone app that will help remin | |
s.author = { 'takecian' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/takecian/SwiftRater.git', :tag => s.version.to_s } | ||
s.social_media_url = 'https://takecian.github.io' | ||
s.swift_version = '5.1' | ||
s.swift_version = '6.0' | ||
|
||
s.source_files = 'SwiftRater/**/*' | ||
s.exclude_files = 'SwiftRater/**/*.{plist}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.