Skip to content

Commit

Permalink
Merge pull request #33 from aomathwift/downgrade-min-support-version
Browse files Browse the repository at this point in the history
Unify Minimum Support iOS Version
  • Loading branch information
aomathwift authored Oct 19, 2020
2 parents 8281fc3 + 21daf94 commit bdabaad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "Puree",
platforms: [
.iOS(.v12),
.iOS(.v10),
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
Expand Down
2 changes: 1 addition & 1 deletion Puree.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Puree"
s.version = "5.1.2"
s.version = "5.1.3"
s.summary = "Awesome log aggregator"
s.homepage = "https://github.com/cookpad/Puree-Swift"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit bdabaad

Please sign in to comment.