File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22#
33Pod ::Spec . new do |s |
44 s . name = 'Viperit'
5- s . version = '1.4.3 '
5+ s . version = '1.4.4 '
66 s . summary = 'Viper Framework for iOS written in Swift'
77
88 s . description = <<-DESC
Original file line number Diff line number Diff line change 10581058 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
10591059 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
10601060 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1061- MARKETING_VERSION = 1.4.3;
1061+ MARKETING_VERSION = 1.4.4;
1062+ OTHER_LDFLAGS = "-weak_framework SwiftUI";
10621063 PRODUCT_BUNDLE_IDENTIFIER = org.acferran.Viperit;
10631064 PRODUCT_NAME = "$(TARGET_NAME)";
10641065 PROVISIONING_PROFILE_SPECIFIER = "";
10841085 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
10851086 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
10861087 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1087- MARKETING_VERSION = 1.4.3;
1088+ MARKETING_VERSION = 1.4.4;
1089+ OTHER_LDFLAGS = "-weak_framework SwiftUI";
10881090 PRODUCT_BUNDLE_IDENTIFIER = org.acferran.Viperit;
10891091 PRODUCT_NAME = "$(TARGET_NAME)";
10901092 PROVISIONING_PROFILE_SPECIFIER = "";
You can’t perform that action at this time.
0 commit comments