Skip to content

Commit

Permalink
issue-1247: NavigationDrawerController now exposes Obj-C methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dahan committed Jun 24, 2019
1 parent 730e96b commit 815097b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.1.5

- [pr-1248](https://github.com/CosmicMind/Material/pull/1248): Exposed Obj-C methods for NavigationDrawerController.
- [issue-1247](https://github.com/CosmicMind/Material/issues/1247): Several methods in NavigationDrawerController not visible in Obj-C.

## 3.1.4

- [pr-1239](https://github.com/CosmicMind/Material/pull/1239): Fixed regression with intrinsic content sizing in Switch control.
Expand Down
4 changes: 2 additions & 2 deletions Material.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Material'
s.version = '3.1.4'
s.version = '3.1.5'
s.swift_version = '5.0'
s.license = 'BSD-3-Clause'
s.summary = 'A UI/UX framework for creating beautiful applications.'
Expand All @@ -21,6 +21,6 @@ Pod::Spec.new do |s|
'com.cosmicmind.material.fonts' => ['Sources/**/*.ttf']
}

s.dependency 'Motion', '~> 3.1.0'
s.dependency 'Motion', '~> 3.1.1'
end
end
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.1.4</string>
<string>3.1.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 815097b

Please sign in to comment.