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.2.1 "
3+ s . version = "1.2.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 623623 INFOPLIST_FILE = ScrollStackControllerDemo/Info.plist;
624624 IPHONEOS_DEPLOYMENT_TARGET = 13.0;
625625 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
626- MARKETING_VERSION = 1.2.1 ;
626+ MARKETING_VERSION = 1.2.2 ;
627627 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
628628 MTL_FAST_MATH = YES;
629629 PRODUCT_BUNDLE_IDENTIFIER = com.danielemargutti.ScrollStackControllerDemo;
651651 INFOPLIST_FILE = ScrollStackControllerDemo/Info.plist;
652652 IPHONEOS_DEPLOYMENT_TARGET = 13.0;
653653 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
654- MARKETING_VERSION = 1.2.1 ;
654+ MARKETING_VERSION = 1.2.2 ;
655655 MTL_FAST_MATH = YES;
656656 PRODUCT_BUNDLE_IDENTIFIER = com.danielemargutti.ScrollStackControllerDemo;
657657 PRODUCT_NAME = "$(TARGET_NAME)";
You can’t perform that action at this time.
0 commit comments