kyo*_*kyo 2 xcode ios cocoapods
这就是我的 Pod 文件中现在的内容
platform :ios, '9.0'
use_frameworks!
target 'ListHue' do
pod 'RealmSwift'
pod 'SwipeCellKit'
pod 'ChameleonFramework/Swift', :git => 'https://github.com/ViccAlexander/Chameleon.git'
end
Run Code Online (Sandbox Code Playgroud)
我想更新到这个
platform :ios, '9.0'
use_frameworks!
target 'ListHue' do
pod 'RealmSwift'
pod 'SwipeCellKit','2.5.0'
pod 'ChameleonFramework/Swift', :git => 'https://github.com/ViccAlexander/Chameleon.git'
end
Run Code Online (Sandbox Code Playgroud)
当我需要更新我的 Pod 包时,我需要运行什么命令?
pod update或pod install两者兼而有之?
| 归档时间: |
|
| 查看次数: |
4260 次 |
| 最近记录: |