[Prose] Fix prose in internal modules

pull/5049/head
Hwee-Boon Yar 2 years ago
parent 35c62e2cc4
commit ab19a9ab1a
  1. 4
      Podfile.lock
  2. 4
      modules/AlphaWalletAddress/AlphaWalletAddress.podspec
  3. 4
      modules/AlphaWalletCore/AlphaWalletCore.podspec

@ -290,8 +290,8 @@ CHECKOUT OPTIONS:
SPEC CHECKSUMS:
Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18
Alamofire-Synchronous: eedf1e6e961c3795a63c74990b3f7d9fbfac7e50
AlphaWalletAddress: 4e82b3f32e1f1867b41db305b659252e6fa4d79b
AlphaWalletCore: 3cb5917cc8c867a63f67d76d4376fb0fc9eebd5c
AlphaWalletAddress: d8dab07bfb61934c32fbe5345060cceaad778657
AlphaWalletCore: 451c8a4dfdba1d3b59a3ac47bf0dcabcf1f4c049
AlphaWalletENS: df3cb79a2def496f78b06a838d0a111528e473db
AlphaWalletGoBack: 935efdbd98fa80039f2a350cde5b3a50cea46564
AlphaWalletOpenSea: 246846069baa0c5b0a578a9b48aee387652f376c

@ -9,9 +9,9 @@
Pod::Spec.new do |s|
s.name = 'AlphaWalletAddress'
s.version = '1.0.2'
s.summary = 'Alpha Wallet Address library'
s.summary = 'AlphaWallet Address library'
s.description = <<-DESC
Lightweight library representing the Alpha Wallet Address with its functionality
Lightweight library representing the AlphaWallet Address functionality
DESC
s.homepage = "https://github.com/AlphaWallet/alpha-wallet-ios/tree/master/modules/AlphaWalletCore"
s.license = { :type => 'MIT', :file => 'LICENSE' }

@ -9,9 +9,9 @@
Pod::Spec.new do |s|
s.name = 'AlphaWalletCore'
s.version = '1.0.2'
s.summary = 'Alpha Wallet core library'
s.summary = 'AlphaWallet core library'
s.description = <<-DESC
Lightweight library representing the Alpha Wallet core with its functionality
Lightweight library representing the AlphaWallet core with its functionality
DESC
s.homepage = "https://github.com/AlphaWallet/alpha-wallet-ios/tree/master/modules/AlphaWalletCore"
s.license = { :type => 'MIT', :file => 'LICENSE' }

Loading…
Cancel
Save