Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
cut 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor committed Nov 11, 2019
1 parent 550cf80 commit 7703623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XpringKit.podspec
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 = "
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
spec.homepage = "http://xpring.io"
spec.license = "MIT"
spec.author = { "Xpring Engineering" => "xpring@ripple.com" }
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
Expand Down

0 comments on commit 7703623

Please sign in to comment.