Skip to content

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
metallicalfa2 committed May 26, 2020
1 parent e4979e3 commit ff217d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TorusFetchNodeDetails.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |spec|
spec.name = "TorusFetchNodeDetails"
spec.version = "0.0.5"
spec.version = "0.0.7"
spec.platform = :ios, "10.0"
spec.summary = "Fetches the node details from torus nodelist smart contract"
spec.homepage = "https://github.com/torusresearch/fetch-node-details-swift"
spec.license = "BSD 3.0"
spec.swift_version = "5.0"
spec.author = { "Torus Labs" => "[email protected]" }
spec.source = { :git => "https://github.com/torusresearch/fetch-node-details-swift.git", :branch => "master" }
spec.source_files = "Sources/FetchNodeDetails/*.{swift,json}, Sources/FetchNodeDetails/**/*.{swift,json}, FetchNodeDetails/**/*.{swift,json}, FetchNodeDetails/*.{swift,json}"
spec.source = { :git => "https://github.com/torusresearch/fetch-node-details-swift.git", :tag => "0.0.7" }
spec.source_files = "Sources/FetchNodeDetails/*.{swift,json}, Sources/FetchNodeDetails/**/*.{swift,json}, FetchNodeDetails/**/*.{swift,json}, FetchNodeDetails/*.{swift,json}, Sources/Classes/*.{swift,json}, Sources/Classes/**/*.{swift,json}"
spec.dependency 'web3swift', '~> 2.2.0'
end

0 comments on commit ff217d4

Please sign in to comment.