We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b6fc7 commit 4e4cd4dCopy full SHA for 4e4cd4d
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version:5.2
+// swift-tools-version: 5.4
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
4
import PackageDescription
SPDiffable.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'SPDiffable'
- s.version = '1.1.7'
+ s.version = '1.1.8'
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 }
0 commit comments