Commit ef7b687b by Daniel Dahan

master: prepare for release Material 2.4.7

parent 5c1dac60
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'Material' s.name = 'Material'
s.version = '2.4.6' s.version = '2.4.7'
s.license = 'BSD-3-Clause' s.license = 'BSD-3-Clause'
s.summary = 'Material is an animation and graphics framework that brings Material Design to iOS with Swift 3.' s.summary = 'Material is an animation and graphics framework that brings Material Design to iOS with Swift 3.'
s.homepage = 'http://materialswift.com' s.homepage = 'http://materialswift.com'
......
...@@ -39,13 +39,15 @@ We moved all sample projects to a separate repo named [Samples](https://github.c ...@@ -39,13 +39,15 @@ We moved all sample projects to a separate repo named [Samples](https://github.c
- [x] Sample Projects - [x] Sample Projects
- [x] And More... - [x] And More...
## Releasing December 2016 ## Releasing January 2016 - Material 2.5.0
- [x] Reminders - [x] Reminders
- [x] Text Editor - [x] Text Editor
- [x] Toasts - [x] Toasts
- [x] Dialogs & Alerts - [x] Dialogs & Alerts
- [x] Bottom Sheets - [x] Bottom Sheets
- [x] Transitions
- [x] Updated Motion API
- [x] And More... - [x] And More...
## Requirements ## Requirements
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.4.6</string> <string>2.4.7</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <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