Sign in
iOS Team
/
RdUpload
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
60e6ae029295de69c39f0f74fdb9105bd165c470
Authored by
张旭
2017-08-08 14:03:28 +0800
1 parent
ee6a4576
修改Podfile文件 和README文件
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
KS3SDKDemo/Podfile
README.md
KS3SDKDemo/Podfile
View file @
60e6ae0
...
...
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
2
2
3
3
target "KS3SDKDemo" do
4
4
platform :ios, "7.0"
5
- pod 'Ks3SDK',
:path => '../
'
5
+ pod 'Ks3SDK',
'~> 2.1.2
'
6
6
end
...
...
README.md
View file @
60e6ae0
1
-
RDUploadKSDemo
1
+
本工程依赖CocoaPods
2
2
3
+1. 终端 cd到当前工程目录下
4
+2. 运行命令:
5
+
6
+ ```
7
+ pod install
8
+ ```
9
+3. 打开 KS3SDKDemo.xcworkspace
3
10
...
...