mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
12 lines
289 B
Ruby
12 lines
289 B
Ruby
platform :ios, '12.0'
|
|
use_frameworks!
|
|
|
|
pod 'MaterialComponents/Tabs', '~> 94.5'
|
|
|
|
post_install do |installer|
|
|
installer.pods_project.targets.each do |target|
|
|
target.build_configurations.each do |config|
|
|
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
|
|
end
|
|
end
|
|
end |