Code correction, fix iOS version
This commit is contained in:
parent
eaf58da24a
commit
eabfa7ec01
|
|
@ -4,7 +4,7 @@ import PackageDescription
|
|||
let package = Package(
|
||||
name: "LeadKit",
|
||||
platforms: [
|
||||
.iOS(.v12)
|
||||
.iOS(.v11)
|
||||
],
|
||||
products: [
|
||||
.library(name: "TITransitions", targets: ["TITransitions"]),
|
||||
|
|
|
|||
|
|
@ -30,6 +30,6 @@ public protocol ActivityIndicatorHolder: class {
|
|||
|
||||
public extension ActivityIndicatorHolder where Self: UIView {
|
||||
var indicatorOwner: UIView {
|
||||
return self
|
||||
self
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue