fix
杨锴
2025-05-06 fdb1d18a0b4b941b986d55f66c589e29836494eb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
 
target 'DolphinEnglishLearnStudent' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!
 
  # Pods for DolphinEnglishLearnStudent
  pod 'JQTools',:path=> '/Users/yvkd/MyProject/JQTools' # 个人开发库
  pod 'SwifterSwift' # Swift便捷常用工具库
  pod 'FFPage' # 分页
  pod 'SPPageMenu' # 配合FFPage 顶部导航分页
#  pod 'Alamofire' # 网络请求框架
  pod 'SVProgressHUD' # 提示框组件
  pod 'CryptoSwift' # 常用加密算法
    pod 'Alamofire' # 网络请求框架
    pod 'Lantern' # 图片浏览器
    pod 'WechatOpenSDK-XCFramework' # 微信开放平台组件
    pod 'SwiftyStoreKit'
end