Commit 9d14b588 by Daniel Dahan

updated README

parent 57c15477
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'Material' s.name = 'Material'
s.version = '1.28.0' s.version = '1.28.1'
s.license = 'BSD' s.license = 'BSD'
s.summary = 'Beautiful Material Design in Swift.' s.summary = 'Beautiful Material Design in Swift.'
s.homepage = 'http://cosmicmind.io' s.homepage = 'http://cosmicmind.io'
......
...@@ -48,6 +48,7 @@ Material is a growing project and will encounter changes throughout its developm ...@@ -48,6 +48,7 @@ Material is a growing project and will encounter changes throughout its developm
## A Tour ## A Tour
* [MaterialColor](#materialcolor)
* [SideNavigationViewController](#sidenavigationviewcontroller) * [SideNavigationViewController](#sidenavigationviewcontroller)
* [NavigationBarView](#navigationbarview) * [NavigationBarView](#navigationbarview)
* [TextField](#textfield) * [TextField](#textfield)
...@@ -61,7 +62,6 @@ Material is a growing project and will encounter changes throughout its developm ...@@ -61,7 +62,6 @@ Material is a growing project and will encounter changes throughout its developm
* [CardView](#cardview) * [CardView](#cardview)
* [ImageCardView](#imagecardview) * [ImageCardView](#imagecardview)
* [CaptureView](#captureview) * [CaptureView](#captureview)
* [MaterialColor](#materialcolor)
## Upcoming ## Upcoming
...@@ -77,6 +77,15 @@ Material is a growing project and will encounter changes throughout its developm ...@@ -77,6 +77,15 @@ Material is a growing project and will encounter changes throughout its developm
* TimePicker * TimePicker
* More Examples * More Examples
<a name="materialcolor"></a>
## MaterialColor
MaterialColor is a complete Material Design color library. It uses base color values that expand to a range of lighter and darker shades, with the addition of accents.
![MaterialMaterialColorPalette](http://www.cosmicmind.io/MK/MaterialMaterialColorPalette.png)
[Learn More About MaterialColor](https://github.com/CosmicMind/Material/wiki/MaterialColor)
<a name="sidenavigationviewcontroller"></a> <a name="sidenavigationviewcontroller"></a>
## SideNavigationViewController ## SideNavigationViewController
...@@ -213,15 +222,6 @@ Add a new dimension of interactivity with CaptureView. CaptureView is a fully fu ...@@ -213,15 +222,6 @@ Add a new dimension of interactivity with CaptureView. CaptureView is a fully fu
[Learn More About CaptureView](https://github.com/CosmicMind/Material/wiki/CaptureView) [Learn More About CaptureView](https://github.com/CosmicMind/Material/wiki/CaptureView)
<a name="materialcolor"></a>
## MaterialColor
MaterialColor is a complete Material Design color library. It uses base color values that expand to a range of lighter and darker shades, with the addition of accents.
![MaterialMaterialColorPalette](http://www.cosmicmind.io/MK/MaterialMaterialColorPalette.png)
[Learn More About MaterialColor](https://github.com/CosmicMind/Material/wiki/MaterialColor)
## License ## License
Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>. All rights reserved. Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>. All rights reserved.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.28.0</string> <string>1.28.1</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment