mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-09 14:10:05 +00:00
The latest version (v2.1.4) brought back the deployment target `s.ios.deployment_target = '7.0'`.
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
|