Commit 60e6ae029295de69c39f0f74fdb9105bd165c470
1 parent
ee6a4576
修改Podfile文件 和README文件
Showing
2 changed files
with
9 additions
and
2 deletions
KS3SDKDemo/Podfile
| @@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git' | @@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git' | ||
| 2 | 2 | ||
| 3 | target "KS3SDKDemo" do | 3 | target "KS3SDKDemo" do |
| 4 | platform :ios, "7.0" | 4 | platform :ios, "7.0" |
| 5 | - pod 'Ks3SDK',:path => '../' | 5 | + pod 'Ks3SDK', '~> 2.1.2' |
| 6 | end | 6 | end |