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