-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathTorus-utils.podspec
More file actions
15 lines (15 loc) · 765 Bytes
/
Torus-utils.podspec
File metadata and controls
15 lines (15 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |spec|
spec.name = "Torus-utils"
spec.version = "10.0.2"
spec.ios.deployment_target = "13.0"
spec.summary = "Retrieve user shares"
spec.homepage = "https://github.com/torusresearch/torus-utils-swift"
spec.license = { :type => 'BSD', :file => 'License.md' }
spec.swift_version = "5.0"
spec.author = { "Torus Labs" => "rathishubham017@gmail.com" }
spec.module_name = "TorusUtils"
spec.source = { :git => "https://github.com/torusresearch/torus-utils-swift.git", :tag => spec.version }
spec.source_files = "Sources/TorusUtils/*.{swift,json}","Sources/TorusUtils/**/*.{swift,json}"
spec.dependency 'Torus-fetchNodeDetails', '~> 8.0.1'
spec.dependency 'curvelib.swift', '~> 2.0.0'
end