Swiftgram/Example/Podfile
2017-01-26 12:20:43 -08:00

12 lines
158 B
Ruby

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