Commit 9d14b588 by Daniel Dahan

updated README

parent 57c15477
Pod::Spec.new do |s|
s.name = 'Material'
s.version = '1.28.0'
s.version = '1.28.1'
s.license = 'BSD'
s.summary = 'Beautiful Material Design in Swift.'
s.homepage = 'http://cosmicmind.io'
......
......@@ -48,6 +48,7 @@ Material is a growing project and will encounter changes throughout its developm
## A Tour
* [MaterialColor](#materialcolor)
* [SideNavigationViewController](#sidenavigationviewcontroller)
* [NavigationBarView](#navigationbarview)
* [TextField](#textfield)
......@@ -61,7 +62,6 @@ Material is a growing project and will encounter changes throughout its developm
* [CardView](#cardview)
* [ImageCardView](#imagecardview)
* [CaptureView](#captureview)
* [MaterialColor](#materialcolor)
## Upcoming
......@@ -77,6 +77,15 @@ Material is a growing project and will encounter changes throughout its developm
* TimePicker
* 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>
## SideNavigationViewController
......@@ -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)
<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
Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>. All rights reserved.
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.28.0</string>
<string>1.28.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<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