pod lib create WYWNet1
WYWNet1
pod lib create WYWNet2
WYWNet2
git add .
git commit -m '0.1.0'
git push origin master
git tag '0.1.0'
git push --tags
pod package WYWNet1.podspec --verbose
git add .
git commit -m '0.1.0'
git push origin master
git tag '0.1.0'
git push --tags
pod package WYWNet2.podspec --verbose
网友评论