Swiftgram/Example/Podfile

12 lines
154 B
Ruby

use_frameworks!
target 'Lottie-Example' do
pod 'lottie-ios', :path => '../'
target 'lottie-ios_Tests' do
inherit! :search_paths
end
end