Skip to content

Commit 6e5be25

Browse files
committed
Added support Xcode 12.0 and changed SPM tools to 5.3.
1 parent 201d153 commit 6e5be25

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.4
1+
// swift-tools-version:5.3
22

33
import PackageDescription
44

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you like the project, don't forget to `put star ★` and follow me on GitHub:
2727

2828
## Installation
2929

30-
Ready for use on iOS 12+. Works with Swift 5+. Required Xcode 12.5 and higher.
30+
Ready for use on iOS 12+. Works with Swift 5+. Required Xcode 12.0 and higher.
3131

3232
<img align="right" src="https://github.com/ivanvorobei/SPDiffable/blob/main/Assets/Readme/spm-install-preview.png" width="520"/>
3333

SPDiffable.podspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22

3-
s.name = 'SPDiffable'
4-
s.version = '1.2.4'
5-
s.summary = 'Extenshion of Diffable API which allow not duplicate code and use less models.'
6-
s.homepage = 'https://github.com/ivanvorobei/SPDiffable'
7-
s.source = { :git => 'https://github.com/ivanvorobei/SPDiffable.git', :tag => s.version }
8-
s.license = { :type => 'MIT', :file => "LICENSE" }
3+
s.name = 'SPDiffable'
4+
s.version = '1.2.4'
5+
s.summary = 'Extenshion of Diffable API which allow not duplicate code and use less models.'
6+
s.homepage = 'https://github.com/ivanvorobei/SPDiffable'
7+
s.source = { :git => 'https://github.com/ivanvorobei/SPDiffable.git', :tag => s.version }
8+
s.license = { :type => 'MIT', :file => "LICENSE" }
99

1010
s.author = { 'Ivan Vorobei' => 'hello@ivanvorobei.by' }
1111
s.social_media_url = 'https://ivanvorobei.by'

0 commit comments

Comments
 (0)