File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 104104 name = Products;
105105 sourceTree = BUILT_PRODUCTS_DIR;
106106 };
107- OBJ_5 /* */ = {
107+ OBJ_5 = {
108108 isa = PBXGroup;
109109 children = (
110110 OBJ_6 /* Package.swift */,
111111 OBJ_7 /* Sources */,
112112 OBJ_11 /* Tests */,
113113 OBJ_15 /* Products */,
114114 );
115- name = "";
116115 sourceTree = "<group>";
117116 };
118117 OBJ_7 /* Sources */ = {
191190 knownRegions = (
192191 en,
193192 );
194- mainGroup = OBJ_5 /* */ ;
193+ mainGroup = OBJ_5;
195194 productRefGroup = OBJ_15 /* Products */;
196195 projectDirPath = "";
197196 projectRoot = "";
262261 IPHONEOS_DEPLOYMENT_TARGET = 13.0;
263262 LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
264263 MACOSX_DEPLOYMENT_TARGET = 10.15;
265- MARKETING_VERSION = 0.1 ;
264+ MARKETING_VERSION = 1.0.0 ;
266265 OTHER_CFLAGS = "$(inherited)";
267266 OTHER_LDFLAGS = "$(inherited)";
268267 OTHER_SWIFT_FLAGS = "$(inherited)";
292291 IPHONEOS_DEPLOYMENT_TARGET = 13.0;
293292 LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
294293 MACOSX_DEPLOYMENT_TARGET = 10.15;
295- MARKETING_VERSION = 0.1 ;
294+ MARKETING_VERSION = 1.0.0 ;
296295 OTHER_CFLAGS = "$(inherited)";
297296 OTHER_LDFLAGS = "$(inherited)";
298297 OTHER_SWIFT_FLAGS = "$(inherited)";
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ Package requires iOS 13, watchOS 6 and Xcode 11.
1818
1919For Swift Package Manager add the following package to your Package.swift:
2020``` swift
21- .package (url : " https://github.com/fredyshox/PageView.git" , .upToNextMajor (from : " 0.1 " )),
21+ .package (url : " https://github.com/fredyshox/PageView.git" , .upToNextMajor (from : " 1.0.0 " )),
2222```
2323
2424### Carthage
2525
2626
2727Carthage is also supported, add FormView by adding to Cartfile:
2828```
29- github "fredyshox/PageView" ~> 0.1
29+ github "fredyshox/PageView" ~> 1.0.0
3030```
3131
3232## Demo
You can’t perform that action at this time.
0 commit comments