Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
takecian committed Nov 3, 2024
1 parent e7ecf5a commit 7dbdf33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let package = Package(
name: "SwiftRater",
defaultLocalization: "en",
platforms: [
.iOS(.v10),
.iOS(.v13),
.macOS(.v10_10)
],
products: [
Expand Down
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,16 @@ SwiftRater is a class that you can drop into any iPhone app that will help remin

SwiftRater is written in pure Swift.

## iOS 10.3 〜
## iOS
![SwiftRater1](./Resource/later1.gif)

For iOS 10.3 devices, SwiftRater uses SKStoreReviewController.

## 〜 iOS 10.2
![SwiftRater2](./Resource/later2.gif)

## macOS 10.14 〜
## macOS
![SwiftRater1](./Resource/macos-later1.gif)

For macOS 10.14 devices, SwiftRater uses SKStoreReviewController.

## 〜 macOS 10.14
![SwiftRater2](./Resource/macos-later2.gif)

## Requirements

iOS 8.0, macOS 10.10 or later, written in Swift.
Xcode 8.2 or later.
iOS 13.0, macOS 10.15 or later, written in Swift.
Xcode 16.0 or later. If you want to use Xcode 15, please use `2.1.3`.

## Installation

Expand Down
6 changes: 3 additions & 3 deletions SwiftRater.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand All @@ -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}'
Expand Down

0 comments on commit 7dbdf33

Please sign in to comment.