私有库相关操作

Cocopods 检测私有库命令: pod spec lint YTBridgeModule.podspec --sources='[email protected]:mobile/ios/specs.git,https://github.com/CocoaPods/Specs.git' --allow-warnings --verbose 
提交: pod repo push 192-specs  YTBridgeModule.podspec --allow-warnings --verbose 

更新本地私有库: pod repo update 192-specs




pod spec lint YTImagePickerControllerModule --sources='[email protected]:mobile/ios/specs.git,https://github.com/CocoaPods/Specs.git' --allow-warnings —verbose

pod repo push 192-specs  YTImagePickerControllerModule.podspec --allow-warnings —verbose


pod spec lint YTImagePickerControllerModule.podspec --sources='[email protected]:mobile/ios/specs.git,https://github.com/CocoaPods/Specs.git' --allow-warnings --verbose 
提交: pod repo push 192-specs  YTImagePickerControllerModule.podspec --allow-warnings --verbose 

你可能感兴趣的:(私有库相关操作)