mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-04 03:40:45 +00:00
https://github.com/TextureGroup/Texture/pull/743 Manually merged since I forgot to retarget that diff onto master before merge
10 lines
233 B
Ruby
10 lines
233 B
Ruby
platform :ios, '9.0'
|
|
|
|
target 'RepoSearcher' do
|
|
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
|
|
use_frameworks!
|
|
|
|
# Pods for RepoSearcher
|
|
pod 'Texture/IGListKit', :path => '../..'
|
|
end
|