mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
7 lines
88 B
Ruby
7 lines
88 B
Ruby
platform :ios, '11.0'
|
|
use_modular_headers!
|
|
|
|
target 'DivKitSample' do
|
|
pod 'DivKit'
|
|
end
|