Commit 8704a01b by Daniel Dahan

prepare for release

parent 07bd3ec3
......@@ -44,7 +44,7 @@ class ViewController: UIViewController {
let materialView: MaterialView = MaterialView(frame: CGRectMake(132, 132, 150, 150))
materialView.image = UIImage(named: "FocusAppIcon")
materialView.shape = .Square
materialView.shadowDepth = .Depth5
materialView.shadowDepth = .Depth2
materialView.cornerRadius = .Radius3
// Add view to UIViewController.
......
Pod::Spec.new do |s|
s.name = 'MK'
s.version = '1.24.6'
s.version = '1.24.7'
s.license = { :type => "AGPL-3.0", :file => "LICENSE" }
s.summary = 'Beautiful Material Design in Swift.'
s.homepage = 'http://materialkit.io'
......
......@@ -14,13 +14,13 @@ Carthage is a decentralized dependency manager that builds your dependencies and
You can install Carthage with Homebrew using the following command:
```
```bash
$ brew update
$ brew install carthage
```
To integrate MaterialKit into your Xcode project using Carthage, specify it in your Cartfile:
```
```bash
github "CosmicMind/MaterialKit"
```
......@@ -52,7 +52,7 @@ MaterialView is the base UIView class used throughout MaterialKit. Like Material
let materialView: MaterialView = MaterialView(frame: CGRectMake(132, 132, 150, 150))
materialView.image = UIImage(named: "FocusAppIcon")
materialView.shape = .Square
materialView.shadowDepth = .Depth5
materialView.shadowDepth = .Depth2
materialView.cornerRadius = .Radius3
// Add view to UIViewController.
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.24.6</string>
<string>1.24.7</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