mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
10 lines
342 B
Ruby
10 lines
342 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
platform :ios, '7.0'
|
|
|
|
target :'AsyncDisplayKitTests' do
|
|
pod 'OCMock', '~> 2.2'
|
|
# this is identical to FBSnapshotTestCase 2.1.3 except that the deployment was changed from 8.0 -> 7.0
|
|
pod 'FBSnapshotTestCase/Core', :git => "https://github.com/hannahmbanana/ios-snapshot-test-case.git"
|
|
end
|