6 lines
73 B
Ruby
6 lines
73 B
Ruby
platform :ios, '11.0'
|
|
|
|
target 'HelloCocoaPods' do
|
|
pod 'Filament'
|
|
end
|