Skip to content

Commit f433a61

Browse files
committed
Cleaned podspec
1 parent d0849c0 commit f433a61

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ScaleCodecSwift.podspec

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,12 @@ Pod::Spec.new do |s|
22
s.name = 'ScaleCodecSwift'
33
s.version = '1.0.0'
44
s.summary = 'Pure Swift library for Substrate\'s SCALE codec.'
5-
#
6-
# s.description = <<-DESC
7-
# DESC
85
s.homepage = 'https://github.com/sublabdev/scale-codec-swift'
96
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
10-
s.author = { 'Tigran Iskandaryan' => 'tiger@sublab.dev' }
7+
s.author = { 'Substrate Laboratory' => 'info@sublab.dev' }
118
s.source = { :git => 'https://github.com/sublabdev/scale-codec-swift.git', :tag => s.version.to_s }
129
s.ios.deployment_target = '13.0'
1310
s.source_files = 'ScaleCodecSwift/Classes/**/*'
14-
11+
s.dependency 'CommonSwift', '~> 1.0.0'
1512
s.dependency 'BigInt', '~> 5.0.0'
16-
s.dependency 'CommonSwift'
1713
end

0 commit comments

Comments
 (0)