### Installation with CocoaPods Add the following to your `Podfile`: ```bash pod 'MaterialComponents/<#ComponentName#>' ``` Then, run the following command: ```bash pod install ``` ### Importing To import the component: #### Swift ```swift import MaterialComponents.Material<#ComponentName#> ``` #### Objective-C ```objc #import "Material<#ComponentName#>.h" ```