Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
4ea4bd6b
Commit
4ea4bd6b
authored
Dec 20, 2023
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加注释
parent
c8ff4442
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
Podfile
galaxy/Podfile
+7
-2
No files found.
galaxy/Podfile
View file @
4ea4bd6b
# Uncomment the next line to define a global platform for your project
# Uncomment the next line to define a global platform for your project
source
'https://github.com/CocoaPods/Specs.git'
#
source 'https://github.com/CocoaPods/Specs.git'
platform
:ios
,
'13.0'
platform
:ios
,
'13.0'
target
'galaxy'
do
target
'galaxy'
do
...
@@ -13,10 +13,15 @@ target 'galaxy' do
...
@@ -13,10 +13,15 @@ target 'galaxy' do
pod
'Alamofire'
,
'5.8.1'
pod
'Alamofire'
,
'5.8.1'
#图片加载
#图片加载
pod
'Kingfisher'
,
'7.10.1'
pod
'Kingfisher'
,
'7.10.1'
#
#
异步编程框架
pod
'RxSwift'
,
'6.6.0'
pod
'RxSwift'
,
'6.6.0'
#数据存储
pod
'SwiftyUserDefaults'
,
'5.3.0'
pod
'SwiftyUserDefaults'
,
'5.3.0'
#数据加、解密
pod
'CryptoSwift'
,
'1.8.0'
pod
'CryptoSwift'
,
'1.8.0'
#手动布局
pod
'SnapKit'
,
'5.6.0'
pod
'SnapKit'
,
'5.6.0'
#上拉、下拉状态展示
pod
'Refresher'
,
'0.7.0'
pod
'Refresher'
,
'0.7.0'
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment