We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374ea67 commit ea25c68Copy full SHA for ea25c68
MMMCommonUI.podspec
@@ -6,7 +6,7 @@
6
Pod::Spec.new do |s|
7
8
s.name = "MMMCommonUI"
9
- s.version = "3.7.1"
+ s.version = "3.7.2"
10
s.summary = "Small UI-related pieces reused in many components from MMMTemple"
11
s.description = "#{s.summary}."
12
s.homepage = "https://github.com/mediamonks/#{s.name}"
Sources/MMMCommonUIObjC/MMMCommonUI.h
@@ -4,3 +4,5 @@
4
//
5
// This file is needed because Swift compatibility headers always contain `#import <MMMCommonUI/MMMCommonUI.h>` line.
+// Let's re-use the auto-generated umbrella header instead of repeating all the imports here.
+#import "MMMCommonUI-umbrella.h"
0 commit comments