File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'CoreXLSX'
11- s . version = '0.2.3 '
11+ s . version = '0.3.0 '
1212 s . summary = 'Excel spreadsheet (XLSX) format support in pure Swift'
1313
1414# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change 103103/* Begin PBXFileReference section */
104104 "CoreXLSX::CoreXLSX::Product" /* CoreXLSX.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CoreXLSX.framework; sourceTree = BUILT_PRODUCTS_DIR; };
105105 "CoreXLSX::CoreXLSXTests::Product" /* CoreXLSXTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = CoreXLSXTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
106+ D155EAF5219ADF9C00D4F47E /* CoreXLSX.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CoreXLSX.podspec; sourceTree = "<group>"; };
107+ D155EAF6219ADF9C00D4F47E /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
106108 OBJ_11 /* CoreXLSX.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreXLSX.swift; sourceTree = "<group>"; };
107109 OBJ_12 /* Relationships.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Relationships.swift; sourceTree = "<group>"; };
108110 OBJ_13 /* Worksheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Worksheet.swift; sourceTree = "<group>"; };
291293 name = Products;
292294 sourceTree = BUILT_PRODUCTS_DIR;
293295 };
294- OBJ_5 /* */ = {
296+ OBJ_5 = {
295297 isa = PBXGroup;
296298 children = (
299+ D155EAF5219ADF9C00D4F47E /* CoreXLSX.podspec */,
300+ D155EAF6219ADF9C00D4F47E /* README.md */,
297301 OBJ_6 /* Package.swift */,
298302 OBJ_7 /* Configs */,
299303 OBJ_9 /* Sources */,
303307 OBJ_47 /* Products */,
304308 );
305309 indentWidth = 2;
306- name = "";
307310 sourceTree = "<group>";
308311 tabWidth = 2;
309312 };
452455 knownRegions = (
453456 en,
454457 );
455- mainGroup = OBJ_5 /* */ ;
458+ mainGroup = OBJ_5;
456459 productRefGroup = OBJ_47 /* Products */;
457460 projectDirPath = "";
458461 projectRoot = "";
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ easy as adding it to the `dependencies` value of your `Package.swift`.
7070``` swift
7171dependencies: [
7272 .package (url : " https://github.com/MaxDesiatov/CoreXLSX.git" ,
73- .upToNextMajor (from : " 0.2.3 " ))
73+ .upToNextMajor (from : " 0.3.0 " ))
7474]
7575```
7676
You can’t perform that action at this time.
0 commit comments