mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
git-subtree-dir: submodules/lottie-ios git-subtree-mainline:76e5a7fab6git-subtree-split:d40e390fbe
15 lines
220 B
Ruby
15 lines
220 B
Ruby
use_frameworks!
|
|
|
|
target 'Lottie-Example' do
|
|
pod 'lottie-ios', :path => '../'
|
|
|
|
target 'lottie-ios_Tests' do
|
|
inherit! :search_paths
|
|
|
|
|
|
end
|
|
end
|
|
|
|
target 'Lottie Viewer' do
|
|
pod 'lottie-ios', :path => '../'
|
|
end
|