Skip to content

Commit 8a47161

Browse files
committed
Use stringified version in Package.swift
should prevent deprecation warning
1 parent 02f1129 commit 8a47161

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FTLinearActivityIndicator.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 = 'FTLinearActivityIndicator'
3-
s.version = '1.5'
3+
s.version = '1.5.2'
44
s.summary = 'Add the missing network activity indicator on iPhone with notch'
55

66
s.description = <<-DESC

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

0 commit comments

Comments
 (0)