Skip to content

Commit 9947a40

Browse files
committed
update to 0.2.
1 parent 178a872 commit 9947a40

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

SwiftLoader.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 = "SwiftLoader"
3-
s.version = "0.2.1"
3+
s.version = "0.2.2"
44
s.summary = "A simple and beautiful activity indicator"
55
s.description = <<-DESC
66
SwiftLoader is a simple and beautiful activity indicator written in Swift.

src/SwiftLoader/SwiftLoader.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,5 +311,7 @@ public class SwiftLoader: UIView {
311311
*/
312312
public var cornerRadius : CGFloat = 10.0
313313

314+
public init() {}
315+
314316
}
315317
}

0 commit comments

Comments
 (0)