mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-08 13:42:51 +00:00
9 lines
176 B
Ruby
9 lines
176 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
platform :ios, '7.0'
|
|
|
|
target :'AsyncDisplayKitTests' do
|
|
pod 'OCMock', '~> 2.2'
|
|
pod 'FBSnapshotTestCase/Core', '~> 2.1'
|
|
end
|