-
Notifications
You must be signed in to change notification settings - Fork 56
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
1 parent
aa6e3b5
commit cd41bfa
Showing
4 changed files
with
57 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ To integrate stellar SDK into your Xcode project using CocoaPods, specify it in | |
use_frameworks! | ||
|
||
target '<Your Target Name>' do | ||
pod 'stellar-ios-mac-sdk', '~> 2.6.5' | ||
pod 'stellar-ios-mac-sdk', '~> 2.6.6' | ||
end | ||
``` | ||
|
||
|
@@ -44,15 +44,15 @@ $ brew install carthage | |
To integrate stellar-ios-mac-sdk into your Xcode project using Carthage, specify it in your `Cartfile`: | ||
|
||
```ogdl | ||
github "soneso/stellar-ios-mac-sdk" ~> 2.6.5 | ||
github "soneso/stellar-ios-mac-sdk" ~> 2.6.6 | ||
``` | ||
|
||
Run `carthage update` to build the framework and drag the build `stellar-ios-mac-sdk.framework` into your Xcode project. | ||
|
||
### Swift Package Manager | ||
|
||
```swift | ||
.package(name: "stellarsdk", url: "[email protected]:Soneso/stellar-ios-mac-sdk.git", from: "2.6.5"), | ||
.package(name: "stellarsdk", url: "[email protected]:Soneso/stellar-ios-mac-sdk.git", from: "2.6.6"), | ||
``` | ||
|
||
### Manual | ||
|
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