//打開隱藏的命令:
defaults write com.apple.finder AppleShowAllFiles -bool true
//關(guān)閉隱藏的命令:
defaults write com.apple.finder AppleShowAllFiles -bool false
===
pod spec create specname source_url 創(chuàng)建spec文件 specname文件名稱 source_url遠(yuǎn)程資源鏈接
pod spec lint FLRefresh.podspec —-verbose --allow-warnings 驗(yàn)證spec文件是否正確 —verbose 詳細(xì)描述 --allow-warnings去除警告
pod repo add name specs_url 添加私有倉庫的本地遠(yuǎn)程倉庫存放 specs的地址并且拉取遠(yuǎn)程倉庫
pod repo remove [name] 移除本地私有倉庫
pod repo push name specname.podspec --allow-warnings推送spec文件到遠(yuǎn)程倉庫 --allow-warnings去除警告