Skip to content

Commit

Permalink
update to 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
leoru committed Apr 19, 2015
1 parent 178a872 commit 9947a40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftLoader.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftLoader"
s.version = "0.2.1"
s.version = "0.2.2"
s.summary = "A simple and beautiful activity indicator"
s.description = <<-DESC
SwiftLoader is a simple and beautiful activity indicator written in Swift.
Expand Down
Binary file not shown.
2 changes: 2 additions & 0 deletions src/SwiftLoader/SwiftLoader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -311,5 +311,7 @@ public class SwiftLoader: UIView {
*/
public var cornerRadius : CGFloat = 10.0

public init() {}

}
}

0 comments on commit 9947a40

Please sign in to comment.