mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-22 00:19:40 +08:00
6 lines
109 B
Ruby
6 lines
109 B
Ruby
platform :ios, '10.0'
|
|
use_frameworks!
|
|
|
|
target 'TNSWidgets' do
|
|
pod 'MaterialComponents/Tabs', '84.4.0'
|
|
end |