完成basemodel底层兼容
Showing
with
178 additions
and
147 deletions
| ... | @@ -54,6 +54,7 @@ Pod::Spec.new do |s| | ... | @@ -54,6 +54,7 @@ Pod::Spec.new do |s| |
| s.dependency 'CocoaAsyncSocket' | s.dependency 'CocoaAsyncSocket' | ||
| s.dependency 'RMStore','~>0.7.1' | s.dependency 'RMStore','~>0.7.1' | ||
| s.dependency 'YYKit' | s.dependency 'YYKit' | ||
| s.dependency 'SwiftyJSON' | |||
| # 海外社会化组件相关框架 | # 海外社会化组件相关框架 | ||
| ... | ... |
| ... | @@ -40,39 +40,21 @@ | ... | @@ -40,39 +40,21 @@ |
| ] | ] | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "Bifrost": [ | "Bifrost": [], | ||
| "FUSFoundation": [], | |||
| ], | "FUSBDAlphaPlayer": [], | ||
| "FUSFoundation": [ | "MGSwipeTableCell": [], | ||
| "MMDrawerController": [], | |||
| ], | |||
| "FUSBDAlphaPlayer": [ | |||
| ], | |||
| "MGSwipeTableCell": [ | |||
| ], | |||
| "MMDrawerController": [ | |||
| ], | |||
| "FirebaseAnalytics": [ | "FirebaseAnalytics": [ | ||
| "8.4.0" | "8.4.0" | ||
| ], | ], | ||
| "AliyunOSSiOS": [ | "AliyunOSSiOS": [], | ||
| ], | |||
| "HyphenateChat": [ | "HyphenateChat": [ | ||
| "3.8.3.1" | "3.8.3.1" | ||
| ], | ], | ||
| "RxCocoa": [ | "RxCocoa": [], | ||
| "RxSwift": [], | |||
| ], | "RxDataSources": [], | ||
| "RxSwift": [ | |||
| ], | |||
| "RxDataSources": [ | |||
| ], | |||
| "SwiftyJSON": [ | "SwiftyJSON": [ | ||
| "~> 4.0" | "~> 4.0" | ||
| ] | ] | ||
| ... | ... |
| ... | @@ -90,66 +90,39 @@ | ... | @@ -90,66 +90,39 @@ |
| "bz2" | "bz2" | ||
| ], | ], | ||
| "dependencies": { | "dependencies": { | ||
| "AFNetworking": [ | "AFNetworking": [], | ||
| ], | |||
| "FMDB": [ | "FMDB": [ | ||
| "~>2.6.2" | "~>2.6.2" | ||
| ], | ], | ||
| "CocoaAsyncSocket": [ | "CocoaAsyncSocket": [], | ||
| ], | |||
| "RMStore": [ | "RMStore": [ | ||
| "~>0.7.1" | "~>0.7.1" | ||
| ], | ], | ||
| "YYKit": [ | "YYKit": [], | ||
| "SwiftyJSON": [], | |||
| ], | "FBSDKCoreKit": [], | ||
| "FBSDKCoreKit": [ | "FBSDKLoginKit": [], | ||
| "FBSDKShareKit": [], | |||
| ], | "TwitterKit5": [], | ||
| "FBSDKLoginKit": [ | |||
| ], | |||
| "FBSDKShareKit": [ | |||
| ], | |||
| "TwitterKit5": [ | |||
| ], | |||
| "GoogleSignIn": [ | "GoogleSignIn": [ | ||
| "5.0.2" | "5.0.2" | ||
| ], | ], | ||
| "libPhoneNumber-iOS": [ | "libPhoneNumber-iOS": [ | ||
| "~> 0.8" | "~> 0.8" | ||
| ], | ], | ||
| "mob_sharesdk": [ | "mob_sharesdk": [], | ||
| "mob_sharesdk/ShareSDKPlatforms/WeChat": [], | |||
| ], | "LineSDKSwift": [], | ||
| "mob_sharesdk/ShareSDKPlatforms/WeChat": [ | |||
| ], | |||
| "LineSDKSwift": [ | |||
| ], | |||
| "MBProgressHUD": [ | "MBProgressHUD": [ | ||
| "~>1.0.0" | "~>1.0.0" | ||
| ], | ], | ||
| "UIImage+BlurredFrame": [ | "UIImage+BlurredFrame": [], | ||
| ], | |||
| "MJRefresh": [ | "MJRefresh": [ | ||
| "3.1.17" | "3.1.17" | ||
| ], | ], | ||
| "ZipArchive": [ | "ZipArchive": [], | ||
| "HWPanModal": [], | |||
| ], | "Masonry": [], | ||
| "HWPanModal": [ | |||
| ], | |||
| "Masonry": [ | |||
| ], | |||
| "TTSDK/LivePull": [ | "TTSDK/LivePull": [ | ||
| "1.47.1.10-premium" | "1.47.1.10-premium" | ||
| ], | ], | ||
| ... | @@ -162,21 +135,11 @@ | ... | @@ -162,21 +135,11 @@ |
| "TTSDK/RTCSDK": [ | "TTSDK/RTCSDK": [ | ||
| "1.47.1.10-premium" | "1.47.1.10-premium" | ||
| ], | ], | ||
| "SSZipArchive": [ | "SSZipArchive": [], | ||
| "RxCocoa": [], | |||
| ], | "RxSwift": [], | ||
| "RxCocoa": [ | "RxDataSources": [], | ||
| "SnapKit": [], | |||
| ], | |||
| "RxSwift": [ | |||
| ], | |||
| "RxDataSources": [ | |||
| ], | |||
| "SnapKit": [ | |||
| ], | |||
| "AgoraRtcEngine_iOS/RtcBasic": [ | "AgoraRtcEngine_iOS/RtcBasic": [ | ||
| "4.2.6" | "4.2.6" | ||
| ] | ] | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment