Skip to content

Commit

Permalink
update podspec dependency
Browse files Browse the repository at this point in the history
fmap depends on map.
  • Loading branch information
kkazuo committed Dec 10, 2014
1 parent 1486611 commit bd6e233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions YOLOKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Pod::Spec.new do |s|
ss.dependency 'YOLOKit/slice'
when 'dict'
ss.dependency 'YOLOKit/transpose'
when 'fmap'
ss.dependency 'YOLOKit/map'
when 'join'
ss.dependency 'YOLOKit/pluck'
when 'reduce'
Expand Down

0 comments on commit bd6e233

Please sign in to comment.