# SPMPackage **Repository Path**: mengqingling/spmpackage ## Basic Information - **Project Name**: SPMPackage - **Description**: 项目中常用的第三方 Swift Packages - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-29 - **Last Updated**: 2023-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 第三方 SPM 引用关系 ``` // 3.7.6 MJRefresh // 0.14.2 SDWebImageWebPCoder --> sdwebimage //5.18.5 --> libwebp //1.3.2 // 15.0.3 修改了 package.swift Moya --> Alamofire 5.8.1 // 这个不使用 rx 就不用引入 --> ReactiveSwift // 这三个是 MoyaTest 使用的,不引入test 无需导入 --> Quick --> Nimble --> CwlPreconditionTesting --> CwlCatchException --> OHHTTPStubs // 5.6.0 Snapkit // 6.6.0 SwifterSwift // 4.4.8.1 ZLPhotoBrowser // 6.15.6 IQKeyboardManagerSwift // 1.8.0 CryptoSwift // 1.3.0 JXSegmentedView // 5.0.2 HandyJSON // 0.16.4 SwiftyStoreKit // 1.2.4 LookinServer // 3.8.2 修改了 package.swift CocoaLumberjack // 2.0.0 SwiftEntryKit // 1.2.0 修改了 Package.swift 删除了 exclude: ["Demo"], MBProgressHUD // master 分支 FSPagerView // master 分支 LanguageManager // master 分支 YYText // master 分支 LFTheme 需要改造 ``` ### 第三方 SPM 仓库地址 ``` .package(name: "LanguageManagerModule", url: "git@10.191.80.217:ios-group/ios-lib/LanguageManager.git", .exact("0.0.3")), .package(url: "git@10.191.80.217:ios-group/ios-lib/third-lib/SwiftEntryKit.git", .exact("1.3.0")), .package(url: "git@10.191.80.217:ios-group/ios-lib/third-lib/YYText.git", .exact("1.0.8")), .package(url: "git@10.191.80.217:ios-group/ios-lib/github-lib/LFTheme.git", .exact("1.0.4")), .package(url: "git@10.191.80.217:ios-group/ios-lib/third-lib/FSPagerView.git", .exact("1.0.4")), // 使用github上的会导致package解析失败 // public .package(url: "https://github.com/CoderMJLee/MJRefresh.git", .exact("3.7.6")), .package(url: "https://github.com/SDWebImage/SDWebImageWebPCoder.git", .exact("0.11.0")), .package(url: "https://github.com/onevcat/Kingfisher.git", .exact("5.15.8")), .package(url: "https://github.com/SDWebImage/SDWebImage.git", .exact("5.15.6")), .package(url: "https://github.com/SnapKit/SnapKit.git", .exact("5.6.0")), .package(url: "https://github.com/SwifterSwift/SwifterSwift.git", .exact( "5.3.0")), // 图片选择器 .package(url: "https://github.com/longitachi/ZLPhotoBrowser.git", .exact( "4.4.1")), .package(name: "IQKeyboardManagerSwift", url: "https://github.com/hackiftekhar/IQKeyboardManager.git", .exact( "6.5.0")), .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .exact("1.4.0")), .package(url: "https://github.com/pujiaxin33/JXSegmentedView.git", .exact("1.3.0")), .package(url: "https://github.com/Moya/Moya.git", .exact( "14.0.0")), .package(url: "https://github.com/alibaba/HandyJSON.git", .exact("5.0.2")), .package(url: "https://github.com/bizz84/SwiftyStoreKit.git", .exact("0.16.4")), .package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", from: "3.8.0"), .package(url: "https://github.com/zhixingxi/MBProgressHUD.git", .exact("1.2.2")), .package(url: "https://github.com/QMUI/LookinServer.git", .exact("1.2.4")), ```