|
@@ -51,7 +51,8 @@ TODO: Add long description of the pod here.
|
|
|
|
|
|
s.dependency 'Alamofire','4.9.1' # 网络请求库
|
|
|
s.dependency 'SnapKit','4.2.0' # 布局库
|
|
|
- s.dependency 'Kingfisher','4.10.1' # 图片加载库
|
|
|
+ s.dependency 'Kingfisher','6.3.0' # 图片加载库
|
|
|
+ s.dependency 'KingfisherWebP','1.3.0' # 加载WebP格式图片库
|
|
|
s.dependency 'RealmSwift','10.7.2' # Realm数据库
|
|
|
s.dependency 'ObjectMapper','4.2.0' # json转model库
|
|
|
s.dependency 'KeychainAccess','4.2.2' # 钥匙串库
|
|
@@ -63,5 +64,5 @@ TODO: Add long description of the pod here.
|
|
|
s.dependency 'LMJHorizontalScrollText' ,'2.0.2'
|
|
|
s.dependency 'TXLiteAVSDK_Player','8.4.9944' # 腾讯播放器组件
|
|
|
s.dependency "NXFramework-Swift"
|
|
|
- s.dependency 'KingfisherWebP','0.4.2' # 加载WebP格式图片库 使用https://github.com/webmproject/libwebp.git地址可以不翻
|
|
|
+ #使用https://github.com/webmproject/libwebp.git地址可以不翻
|
|
|
end
|