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 c9dc68c commit 556ac7dCopy full SHA for 556ac7d
Package.swift
@@ -6,7 +6,7 @@ import PackageDescription
6
let package = Package(
7
name: "SPDiffable",
8
platforms: [
9
- .iOS(.v12)
+ .iOS(.v13)
10
],
11
products: [
12
// Products define the executables and libraries produced by a package, and make them visible to other packages.
SPDiffable.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "SPDiffable"
4
- s.version = "1.1"
+ s.version = "1.1.2"
5
s.summary = "Extenshion of Diffable API which allow not duplicate code and use less models."
s.homepage = "https://github.com/IvanVorobei/SPDiffable"
s.source = { :git => "https://github.com/IvanVorobei/SPDiffable.git", :tag => s.version }
0 commit comments