File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Sources/Pageboy.xcodeproj Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
10
11
11
s . requires_arc = true
12
12
13
- s . version = "3.6.0 "
13
+ s . version = "3.6.1 "
14
14
s . summary = "A simple, highly informative page view controller."
15
15
s . description = <<-DESC
16
16
A page view controller that provides simplified data source management, enhanced delegation and other useful features.
Original file line number Diff line number Diff line change 710
710
INFOPLIST_FILE = Pageboy/Info.plist;
711
711
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
712
712
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
713
- MARKETING_VERSION = 3.5 .1;
713
+ MARKETING_VERSION = 3.6 .1;
714
714
PRODUCT_BUNDLE_IDENTIFIER = com.uias.Pageboy;
715
715
PRODUCT_NAME = Pageboy;
716
716
SKIP_INSTALL = YES;
729
729
INFOPLIST_FILE = Pageboy/Info.plist;
730
730
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
731
731
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
732
- MARKETING_VERSION = 3.5 .1;
732
+ MARKETING_VERSION = 3.6 .1;
733
733
PRODUCT_BUNDLE_IDENTIFIER = com.uias.Pageboy;
734
734
PRODUCT_NAME = Pageboy;
735
735
SKIP_INSTALL = YES;
771
771
INFOPLIST_FILE = Pageboy/Info.plist;
772
772
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
773
773
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
774
- MARKETING_VERSION = 3.6.0 ;
774
+ MARKETING_VERSION = 3.6.1 ;
775
775
PRODUCT_BUNDLE_IDENTIFIER = com.uias.Pageboy;
776
776
PRODUCT_NAME = Pageboy;
777
777
SDKROOT = appletvos;
792
792
INFOPLIST_FILE = Pageboy/Info.plist;
793
793
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
794
794
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
795
- MARKETING_VERSION = 3.6.0 ;
795
+ MARKETING_VERSION = 3.6.1 ;
796
796
PRODUCT_BUNDLE_IDENTIFIER = com.uias.Pageboy;
797
797
PRODUCT_NAME = Pageboy;
798
798
SDKROOT = appletvos;
You can’t perform that action at this time.
0 commit comments