File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Shouter"
3- s . version = "0.3 .0"
3+ s . version = "0.4 .0"
44 s . summary = "A type safe, thread safe and memory safe alternative for NotificationCenter"
55 s . homepage = "https://github.com/ChaosCoder/Shouter"
66 s . license = { :type => 'MIT' , :file => 'LICENSE.md' }
@@ -9,6 +9,6 @@ Pod::Spec.new do |s|
99 s . osx . deployment_target = "10.9"
1010 s . source = { :git => "https://github.com/ChaosCoder/Shouter.git" , :tag => s . version }
1111 s . source_files = "Shouter/*.swift"
12- s . swift_version = "4.2 "
12+ s . swift_version = "5.0 "
1313 s . requires_arc = true
1414end
Original file line number Diff line number Diff line change 344344 INFOPLIST_FILE = Shouter/Info.plist;
345345 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
346346 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
347+ MARKETING_VERSION = 0.4.0;
347348 PRODUCT_BUNDLE_IDENTIFIER = de.chaosspace.Shouter;
348349 PRODUCT_NAME = "$(TARGET_NAME)";
349350 SKIP_INSTALL = YES;
365366 INFOPLIST_FILE = Shouter/Info.plist;
366367 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
367368 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
369+ MARKETING_VERSION = 0.4.0;
368370 PRODUCT_BUNDLE_IDENTIFIER = de.chaosspace.Shouter;
369371 PRODUCT_NAME = "$(TARGET_NAME)";
370372 SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0 </string >
18+ <string >$(MARKETING_VERSION) </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments