Skip to content

Commit

Permalink
bug fix access control
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFal committed Aug 19, 2017
1 parent 01f16a9 commit e74f65c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/WaterDropsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ open class WaterDropsView: UIView {
super.init(coder: aDecoder)
}

public override func awakeFromNib() {
open override func awakeFromNib() {
super.awakeFromNib()
}

Expand Down
2 changes: 1 addition & 1 deletion WaterDrops.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WaterDrops'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = 'Simple water drops animation 💧'
s.description = <<-DESC
Simple water drops background animation
Expand Down

0 comments on commit e74f65c

Please sign in to comment.