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