Skip to content

RandomGenerator private repo pod

Compare
Choose a tag to compare
@a-voronov a-voronov released this 10 Oct 01:18
· 8 commits to master since this release
  • Registered private Specs repo: bundle exec pod repo add magic-ball-specs git@github.com:cocoaheads-kyiv-14-workshop/specs.git
  • Moved RandomGenerator from MagicBall local pods into separate private repo pod
  • Published RandomGenerator 0.1.0 version: bundle exec pod repo push magic-ball-specs RandomGenerator.podspec --allow-warnings --verbose
  • Switched Tutorial to private RandomGenerator repo instead of local one (see Tutorial/Example/Podfile)
  • Switched MagicBall to private RandomGenerator repo instead of local one (see Podfile)
  • As a result, we are able to develop mixed interdependent modules - local and from private repos at the same time using CocoaPods