diff --git a/MIDITimeTableView.podspec b/MIDITimeTableView.podspec index ed9b570..cc68f2a 100644 --- a/MIDITimeTableView.podspec +++ b/MIDITimeTableView.podspec @@ -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 diff --git a/MIDITimeTableView/Source/MIDITimeTableCellView.swift b/MIDITimeTableView/Source/MIDITimeTableCellView.swift index f51461c..89c2f5c 100644 --- a/MIDITimeTableView/Source/MIDITimeTableCellView.swift +++ b/MIDITimeTableView/Source/MIDITimeTableCellView.swift @@ -7,6 +7,7 @@ // import UIKit +import ALKit /// Delegate functions to inform about editing or deleting cell. public protocol MIDITimeTableCellViewDelegate: class {