mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-19 12:49:02 +00:00
12 lines
156 B
Ruby
12 lines
156 B
Ruby
use_frameworks!
|
||
|
||
target ‘Lottie-Example' do
|
||
pod 'lottie-ios', :path => '../'
|
||
|
||
target 'lottie-ios_Tests' do
|
||
inherit! :search_paths
|
||
|
||
|
||
end
|
||
end
|