File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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'
1713end
You can’t perform that action at this time.
0 commit comments