First internal release
This release contains:
- Five new components:
- Page Control
- ScrollViewDelegateMultiplexer
- ShadowLayer
- SpritedAnimationView
- Typography
- Huge props to our component landers: @chriscox, @ianegordon, and @randallli.
- @chriscox landed the initial work on Xcode project templates.
- We have a script for generating our docs, but are still gated on Jazzy's merging of the following pull requests:
- Support for Cocoapods!
Using Material components via Cocoapods
Create a Podfile and add the following:
pod 'material-components-ios', :path => 'path/to/mdc'
If you'd like to add specific components (recommended):
pod 'material-components-ios/Typography', :path => 'path/to/mdc'