| target 'Pesto' do |
| platform :ios, '8.0' |
| project 'Pesto.xcodeproj' |
| pod 'MaterialComponents/AnimationTiming', :path => '../../' |
| pod 'MaterialComponents/AppBar', :path => '../../' |
| pod 'MaterialComponents/Collections', :path => '../../' |
| pod 'MaterialComponents/FlexibleHeader', :path => '../../' |
| pod 'MaterialComponents/Ink', :path => '../../' |
| pod 'MaterialComponents/ShadowElevations', :path => '../../' |
| pod 'MaterialComponents/ShadowLayer', :path => '../../' |
| pod 'MaterialComponents/Typography', :path => '../../' |
| end |
| |