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.
2 parents 8281fc3 + 21daf94 commit bdabaadCopy full SHA for bdabaad
Package.swift
@@ -6,7 +6,7 @@ import PackageDescription
6
let package = Package(
7
name: "Puree",
8
platforms: [
9
- .iOS(.v12),
+ .iOS(.v10),
10
],
11
products: [
12
// Products define the executables and libraries produced by a package, and make them visible to other packages.
Puree.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Puree"
3
- s.version = "5.1.2"
+ s.version = "5.1.3"
4
s.summary = "Awesome log aggregator"
5
s.homepage = "https://github.com/cookpad/Puree-Swift"
s.license = { :type => "MIT", :file => "LICENSE" }
0 commit comments