File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ScrollStackController.xcodeproj
project.xcworkspace/xcuserdata/daniele.xcuserdatad Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "ScrollStackController"
3- s . version = "1.3.1 "
3+ s . version = "1.3.2 "
44 s . summary = "Create complex scrollable layout using UIViewController and simplify your code"
55 s . homepage = "https://github.com/malcommac/ScrollStackController"
66 s . license = { :type => "MIT" , :file => "LICENSE" }
Original file line number Diff line number Diff line change 544544 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
545545 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
546546 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
547- MARKETING_VERSION = 1.3.0 ;
547+ MARKETING_VERSION = 1.3.2 ;
548548 ONLY_ACTIVE_ARCH = NO;
549549 PRODUCT_BUNDLE_IDENTIFIER = "com.ScrollStackController.ScrollStackController-iOS";
550550 PRODUCT_NAME = ScrollStackController;
569569 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
570570 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
571571 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
572- MARKETING_VERSION = 1.3.0 ;
572+ MARKETING_VERSION = 1.3.2 ;
573573 PRODUCT_BUNDLE_IDENTIFIER = "com.ScrollStackController.ScrollStackController-iOS";
574574 PRODUCT_NAME = ScrollStackController;
575575 SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments