Skip to content

Commit a8057c7

Browse files
committed
Merge branch 'release/1.2.1'
2 parents 48dd6b3 + bdef1c4 commit a8057c7

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

UAParserSwift.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 = "UAParserSwift"
3-
s.version = "1.2.0"
3+
s.version = "1.2.1"
44
s.summary = "User-Agent parser for swift (port of ua-parser-js)"
55
s.description = <<-DESC
66
UAParserSwift is a Swift-based library to parse User Agent string; it's a port of ua-parser-js by Faisal Salman created to be mainly used in Swift Server Side applications (but compatible with all Apple's platforms too).

0 commit comments

Comments
 (0)