mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
5 lines
106 B
Ruby
5 lines
106 B
Ruby
target 'Minesweeper' do
|
|
use_frameworks!
|
|
platform :ios, '14.1'
|
|
pod 'shared', :path => '../shared'
|
|
end |