File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "TezosKit"
3
- s . version = "4.4.0 "
3
+ s . version = "4.4.1 "
4
4
s . summary = "TezosKit provides a Swift based toolchain for interacting with the Tezos blockchain"
5
5
s . description = <<-DESC
6
6
TezosKit provides utilities for interacting with the Tezos Blockchain over an RPC API.
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
9
s . homepage = "https://github.com/keefertaylor/TezosKit"
10
10
s . license = { :type => "MIT" , :file => "LICENSE" }
11
11
s . author = { "Keefer Taylor" => "keefer@keefertaylor.com" }
12
- s . source = { :git => "https://github.com/keefertaylor/TezosKit.git" , :tag => "4.4.0 " }
12
+ s . source = { :git => "https://github.com/keefertaylor/TezosKit.git" , :tag => "4.4.1 " }
13
13
s . source_files = "TezosKit/**/*.swift"
14
14
s . swift_version = "4.2"
15
15
s . ios . deployment_target = "10.0"
You can’t perform that action at this time.
0 commit comments