Skip to content

Commit

Permalink
Add ALKit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cemolcay committed Oct 16, 2017
1 parent 69139c3 commit 2c5fb2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MIDITimeTableView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,6 @@ You can set the `minMeasureWidth` and `maxMeasureWidth` to set zoom levels of th
s.requires_arc = true

# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "JSONKit", "~> 1.4"
s.dependency "ALKit"

end
1 change: 1 addition & 0 deletions MIDITimeTableView/Source/MIDITimeTableCellView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

import UIKit
import ALKit

/// Delegate functions to inform about editing or deleting cell.
public protocol MIDITimeTableCellViewDelegate: class {
Expand Down

0 comments on commit 2c5fb2e

Please sign in to comment.