Code correction, fix iOS version

This commit is contained in:
Vlad 2020-08-19 23:48:00 +03:00
parent eaf58da24a
commit eabfa7ec01
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "LeadKit",
platforms: [
.iOS(.v12)
.iOS(.v11)
],
products: [
.library(name: "TITransitions", targets: ["TITransitions"]),

View File

@ -30,6 +30,6 @@ public protocol ActivityIndicatorHolder: class {
public extension ActivityIndicatorHolder where Self: UIView {
var indicatorOwner: UIView {
return self
self
}
}