forked from Kuntanury/web3swift
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated web3swift version in podspec
Added "Before Release" and "How to build" notes Donate image is now clickable
- Loading branch information
Showing
6 changed files
with
54 additions
and
3 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## Minor release | ||
Update version in: | ||
* web3swift.podspec | ||
* web3swift.pod.podspec | ||
``` | ||
pod trunk push web3swift.pod.podspec | ||
``` | ||
|
||
|
||
## Major release | ||
Update version in: | ||
* Readme.md | ||
* web3swift.podspec | ||
* web3swift.pod.podspec | ||
``` | ||
pod trunk push web3swift.pod.podspec | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
1. Install carthage | ||
``` | ||
brew install carthage | ||
``` | ||
2. Run: | ||
``` | ||
carthage update --platform iOS | ||
# Available platforms: `iOS, macOS, tvOS, watchOS` | ||
``` | ||
3. Build project. | ||
|
||
|
||
|
||
|
||
|
||
## You can also build web3swift into .framework by running: | ||
``` | ||
carthage build --no-skip-current --platform iOS | ||
``` |
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