Swiftgram/Example/Podfile
2017-02-06 12:50:45 +02:00

16 lines
227 B
Ruby

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