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