Skip to content

Commit bdabaad

Browse files
authored
Merge pull request #33 from aomathwift/downgrade-min-support-version
Unify Minimum Support iOS Version
2 parents 8281fc3 + 21daf94 commit bdabaad

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: "Puree",
88
platforms: [
9-
.iOS(.v12),
9+
.iOS(.v10),
1010
],
1111
products: [
1212
// Products define the executables and libraries produced by a package, and make them visible to other packages.

Puree.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Puree"
3-
s.version = "5.1.2"
3+
s.version = "5.1.3"
44
s.summary = "Awesome log aggregator"
55
s.homepage = "https://github.com/cookpad/Puree-Swift"
66
s.license = { :type => "MIT", :file => "LICENSE" }

0 commit comments

Comments
 (0)