File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
NilCoalescingAssignmentOperators.xcodeproj Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'NilCoalescingAssignmentOperators'
3- s . version = '0.1.0 '
3+ s . version = '0.1.1 '
44 s . summary = 'A Swift µ-Library for ??/= Combo Operators ??= and =??'
55 s . description = "A Swift micro-library that provides two nil-coalescing/assignment combo operators: ??= and =??"
66 s . homepage = 'https://github.com/capnslipp/NilCoalescingAssignmentOperators'
Original file line number Diff line number Diff line change 1111/* End PBXBuildFile section */
1212
1313/* Begin PBXFileReference section */
14- OBJ_13 /* NilCoalescingAssignmentOperators.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = NilCoalescingAssignmentOperators.framework; sourceTree = BUILT_PRODUCTS_DIR; };
14+ OBJ_13 /* NilCoalescingAssignmentOperators.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = NilCoalescingAssignmentOperators.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1515 OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
1616 OBJ_9 /* NilCoalescingAssignmentOperators.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NilCoalescingAssignmentOperators.swift; sourceTree = "<group>"; };
1717/* End PBXFileReference section */
128128 OBJ_16 /* Debug */ = {
129129 isa = XCBuildConfiguration;
130130 buildSettings = {
131- CURRENT_PROJECT_VERSION = 0.1.0 ;
131+ CURRENT_PROJECT_VERSION = 0.1.1 ;
132132 ENABLE_TESTABILITY = YES;
133133 FRAMEWORK_SEARCH_PATHS = (
134134 "$(inherited)",
149149 OBJ_17 /* Release */ = {
150150 isa = XCBuildConfiguration;
151151 buildSettings = {
152- CURRENT_PROJECT_VERSION = 0.1.0 ;
152+ CURRENT_PROJECT_VERSION = 0.1.1 ;
153153 ENABLE_TESTABILITY = YES;
154154 FRAMEWORK_SEARCH_PATHS = (
155155 "$(inherited)",
You can’t perform that action at this time.
0 commit comments