diff --git a/tns-core-modules/platforms/ios/Podfile b/tns-core-modules/platforms/ios/Podfile index c1b2f02b7..6c71dc9ff 100644 --- a/tns-core-modules/platforms/ios/Podfile +++ b/tns-core-modules/platforms/ios/Podfile @@ -1 +1,4 @@ +platform :ios, '9.0' +use_frameworks! + pod 'MaterialComponents/Tabs', '~> 84.4' \ No newline at end of file