From 8704a01b8c7dae5f4541fd01382926e5b599af5e Mon Sep 17 00:00:00 2001 From: Daniel Dahan Date: Tue, 8 Dec 2015 00:31:53 -0500 Subject: [PATCH] prepare for release --- .../MaterialView/MaterialView/ViewController.swift | 2 +- MK.podspec | 2 +- README.md | 6 +++--- Sources/Info.plist | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Examples/Programmatic/MaterialView/MaterialView/ViewController.swift b/Examples/Programmatic/MaterialView/MaterialView/ViewController.swift index ebfbde91f..e3ccae506 100644 --- a/Examples/Programmatic/MaterialView/MaterialView/ViewController.swift +++ b/Examples/Programmatic/MaterialView/MaterialView/ViewController.swift @@ -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. diff --git a/MK.podspec b/MK.podspec index 8064e240b..9a2d74d32 100755 --- a/MK.podspec +++ b/MK.podspec @@ -1,6 +1,6 @@ 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' diff --git a/README.md b/README.md index 1d2a44998..72a5184d1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/Sources/Info.plist b/Sources/Info.plist index fb07ed234..b5e0e0b47 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.24.6 + 1.24.7 CFBundleSignature ???? CFBundleVersion