File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Pod::Spec.new do |s|
88 s . homepage = "https://qmuiteam.com/ios"
99 s . license = 'MIT'
1010 s . author = { "qmuiteam" => "contact@qmuiteam.com" }
11- s . source = { :git => "https://github.com/Tencent/QMUI_iOS.git" , :tag => s . version . to_s }
12- # s.source = {:git => "https://github.com/Tencent/QMUI_iOS.git", :branch => 'master'}
11+ # s.source = {:git => "https://github.com/Tencent/QMUI_iOS.git", :tag => s.version.to_s}
12+ s . source = { :git => "https://github.com/Tencent/QMUI_iOS.git" , :branch => 'master' }
1313 s . social_media_url = 'https://github.com/Tencent/QMUI_iOS'
1414 s . requires_arc = true
1515 s . documentation_url = 'https://qmuiteam.com/ios/page/document.html'
Original file line number Diff line number Diff line change 1313#ifndef QMUIKit_h
1414#define QMUIKit_h
1515
16- static NSString * const QMUI_VERSION = @" 4.4.0-beta " ;
16+ static NSString * const QMUI_VERSION = @" 4.4.0" ;
1717
1818#if __has_include("CAAnimation+QMUI.h")
1919#import " CAAnimation+QMUI.h"
Original file line number Diff line number Diff line change 19241924 "@loader_path/Frameworks",
19251925 );
19261926 MACH_O_TYPE = mh_dylib;
1927- MARKETING_VERSION = " 4.4.0-beta" ;
1927+ MARKETING_VERSION = 4.4.0;
19281928 MTL_ENABLE_DEBUG_INFO = YES;
19291929 PRODUCT_BUNDLE_IDENTIFIER = com.qmui.QMUIKit;
19301930 PRODUCT_NAME = "$(TARGET_NAME)";
19681968 "@loader_path/Frameworks",
19691969 );
19701970 MACH_O_TYPE = mh_dylib;
1971- MARKETING_VERSION = " 4.4.0-beta" ;
1971+ MARKETING_VERSION = 4.4.0;
19721972 MTL_ENABLE_DEBUG_INFO = NO;
19731973 PRODUCT_BUNDLE_IDENTIFIER = com.qmui.QMUIKit;
19741974 PRODUCT_NAME = "$(TARGET_NAME)";
You can’t perform that action at this time.
0 commit comments