File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'LeanCloud'
3- s . version = '10.1 .0'
3+ s . version = '11.0 .0'
44 s . license = { :type => 'Apache License, Version 2.0' , :file => 'LICENSE' }
55 s . summary = 'LeanCloud Swift SDK'
66 s . homepage = 'https://leancloud.cn/'
Original file line number Diff line number Diff line change 666666 DYLIB_INSTALL_NAME_BASE = "@rpath";
667667 INFOPLIST_FILE = LeanCloud/Info.plist;
668668 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
669- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
669+ IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
670670 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
671671 PRODUCT_BUNDLE_IDENTIFIER = cn.leancloud.LeanCloud;
672672 PRODUCT_NAME = "$(TARGET_NAME)";
688688 DYLIB_INSTALL_NAME_BASE = "@rpath";
689689 INFOPLIST_FILE = LeanCloud/Info.plist;
690690 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
691- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
691+ IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
692692 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
693693 PRODUCT_BUNDLE_IDENTIFIER = cn.leancloud.LeanCloud;
694694 PRODUCT_NAME = "$(TARGET_NAME)";
You can’t perform that action at this time.
0 commit comments