mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-16 10:30:08 +00: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
|