mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-03-28 23:58:50 +08:00
6 lines
105 B
Ruby
6 lines
105 B
Ruby
platform :ios, '7.0'
|
|
|
|
target :'AsyncDisplayKitTests', :exclusive => true do
|
|
pod 'OCMock', '~> 2.2'
|
|
end
|