This repository has been archived by the owner on Jul 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
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
550cf80
commit 7703623
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = "XpringKit" | ||
spec.version = "1.0.5" | ||
spec.version = "1.1.0" | ||
spec.summary = "XpringKit provides a Swift based SDK for interacting with Xpring Platform (XRP/ILP)" | ||
|
||
spec.description = " | ||
|
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec| | |
spec.homepage = "http://xpring.io" | ||
spec.license = "MIT" | ||
spec.author = { "Xpring Engineering" => "[email protected]" } | ||
spec.source = { :git => "https://github.com/xpring-eng/XpringKit.git", :tag => "1.0.5" } | ||
spec.source = { :git => "https://github.com/xpring-eng/XpringKit.git", :tag => "1.1.0" } | ||
|
||
spec.swift_versions = [4.2] | ||
spec.requires_arc = true | ||
|