mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
git-subtree-dir: submodules/lottie-ios git-subtree-mainline:76e5a7fab6git-subtree-split:d40e390fbe
16 lines
220 B
Ruby
16 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
|