Commit 5e4d6fb5 by Daniel Dahan

prep for release 1.32.0

parent efff9b79
......@@ -173,8 +173,8 @@ class ViewController: UIViewController {
labelB.grid.offset.columns = 6
view.grid.spacing = 16
view.grid.contentInsetPreset = .Square6
view.grid.axis.direction = .None
view.grid.contentInsetPreset = .Square6
view.grid.views = [labelA, labelB]
}
......@@ -214,7 +214,7 @@ class ViewController: UIViewController {
detailLabel.numberOfLines = 0
detailLabel.lineBreakMode = .ByTruncatingTail
detailLabel.font = RobotoFont.regularWithSize(12)
detailLabel.text = "Material is a graphics and animation framework. It may be used for Google's Material Design and Apple's Flat UI. It is designed to allow the creativity of others to easily be expressed."
detailLabel.text = "Express your creativity with Material, an animation and graphics framework for Google's Material Design and Apple's Flat UI in Swift."
detailLabel.textColor = MaterialColor.blueGrey.darken4
detailLabel.backgroundColor = MaterialColor.clear
contentView.addSubview(detailLabel)
......@@ -312,7 +312,7 @@ class ViewController: UIViewController {
detailLabel.numberOfLines = 0
detailLabel.lineBreakMode = .ByTruncatingTail
detailLabel.font = RobotoFont.regularWithSize(12)
detailLabel.text = "Material is a graphics and animation framework. It may be used for Google's Material Design and Apple's Flat UI. It is designed to allow the creativity of others to easily be expressed."
detailLabel.text = "Express your creativity with Material, an animation and graphics framework for Google's Material Design and Apple's Flat UI in Swift."
detailLabel.textColor = MaterialColor.blueGrey.darken4
detailLabel.backgroundColor = MaterialColor.clear
contentView.addSubview(detailLabel)
......@@ -422,7 +422,7 @@ class ViewController: UIViewController {
detailLabel.numberOfLines = 0
detailLabel.lineBreakMode = .ByTruncatingTail
detailLabel.font = RobotoFont.regularWithSize(12)
detailLabel.text = "Material is a graphics and animation framework. It may be used for Google's Material Design and Apple's Flat UI. It is designed to allow the creativity of others to easily be expressed."
detailLabel.text = "Express your creativity with Material, an animation and graphics framework for Google's Material Design and Apple's Flat UI in Swift."
detailLabel.textColor = MaterialColor.blueGrey.darken4
detailLabel.backgroundColor = MaterialColor.clear
contentView.addSubview(detailLabel)
......
......@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = 'Material'
s.version = '1.32.0'
s.license = 'BSD'
s.summary = 'Material is an animation and graphics framework for Google\'s Material Design and Apple\'s Flat UI in Swift.'
s.summary = 'Express your creativity with Material, an animation and graphics framework for Google\'s Material Design and Apple\'s Flat UI in Swift.'
s.homepage = 'http://cosmicmind.io'
s.social_media_url = 'https://www.facebook.com/graphkit'
s.authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.io' }
......
......@@ -2,7 +2,7 @@
# Welcome to Material
Material is an animation and graphics framework for Google's Material Design and Apple's Flat UI in Swift, allowing the creativity of others to easily be expressed.
Express your creativity with Material, an animation and graphics framework for Google's Material Design and Apple's Flat UI in Swift.
## Features
......
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