Skip to content

Commit 556ac7d

Browse files
committed
Update podspec version
1 parent c9dc68c commit 556ac7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "SPDiffable",
88
platforms: [
9-
.iOS(.v12)
9+
.iOS(.v13)
1010
],
1111
products: [
1212
// Products define the executables and libraries produced by a package, and make them visible to other packages.

SPDiffable.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SPDiffable"
4-
s.version = "1.1"
4+
s.version = "1.1.2"
55
s.summary = "Extenshion of Diffable API which allow not duplicate code and use less models."
66
s.homepage = "https://github.com/IvanVorobei/SPDiffable"
77
s.source = { :git => "https://github.com/IvanVorobei/SPDiffable.git", :tag => s.version }

0 commit comments

Comments
 (0)