-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,9 @@ We now need to extract local pods into private repos: | |
- 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](https://cocoapods.org) | ||
|
||
### [ 1.4 ](../../releases/1.4) | ||
- Moved [ Tutorial ](https://github.com/cocoaheads-kyiv-14-workshop/tutorial) from MagicBall local pods into separate private repo pod | ||
- Published Tutorial 0.1.0 version: `bundle exec pod repo push magic-ball-specs Tutorial.podspec --allow-warnings --verbose --sources='[email protected]:cocoaheads-kyiv-14-workshop/specs.git',master` | ||
- Switched MagicBall to private Tutorial repo instead of local one (see *Podfile*) | ||
- As a result, we are able to develop private interdependent modules at the same time using [CocoaPods](https://cocoapods.org) | ||
|