Commit c81611ea by Daniel Dahan

updated for Material 2.16.3 release

parent 593197ad
## 2.16.3
* Updated to [Motion 1.4.3](https://github.com/CosmicMind/Motion/releases/tag/1.4.3)
* [pr-1116](https://github.com/CosmicMind/Material/pull/1116): ViewController-oriented clean up.
* [pr-1117](https://github.com/CosmicMind/Material/pull/1117): Fixed TextView font issue with emojis.
* [issue-838](https://github.com/CosmicMind/Material/issues/838): TextView's font breaks when you type emoji.
## 2.16.2
* [pr-1113](https://github.com/CosmicMind/Material/pull/1113): Added update() to Grid.
......
Pod::Spec.new do |s|
s.name = 'Material'
s.version = '2.16.2'
s.version = '2.16.3'
s.swift_version = '4.0'
s.license = 'BSD-3-Clause'
s.summary = 'A UI/UX framework for creating beautiful applications.'
......@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
'com.cosmicmind.material.fonts' => ['Sources/**/*.ttf']
}
s.dependency 'Motion', '~> 1.4.2'
s.dependency 'Motion', '~> 1.4.3'
end
end
Subproject commit d3b27d7597ecd9e035e7f477513c7f43cea24c5c
Subproject commit 296684b3388ffca638662311521ee696f7b29247
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.16.2</string>
<string>2.16.3</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