摘要: 1.podfile文件格式 source 'https://github.com/CocoaPods/Specs.git'platform:ios, '10.0'target 'LDSwiftDemo' do pod 'RxSwift', '~> 5' pod 'RxCocoa', '~> 5'en 阅读全文
posted @ 2018-07-05 10:23 Frank9098 阅读(88) 评论(0) 推荐(0)
摘要: 一、安装rvm 1.安装rvm $ curl -L get.rvm.io | bash -s stable 2.指定源 $ source ~/.rvm/scripts/rvm 3.查看版本 $ rvm -v 出现以下内容,表示安装成功: rvm 1.29.3 (latest) by Michal P 阅读全文
posted @ 2018-07-05 10:19 Frank9098 阅读(105) 评论(0) 推荐(0)