Skip to content

Commit 1f610f2

Browse files
committed
fix: podspec
1 parent 48f98d4 commit 1f610f2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

SolanaSwift.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ Solana-blockchain client, written in pure swift, which supports keypair generati
4040

4141
# s.public_header_files = 'Pod/Classes/**/*.h'
4242
# s.frameworks = 'UIKit', 'MapKit'
43-
s.dependency 'secp256k1.swift', '~> 0.1.0'
43+
s.dependency 'secp256k1.swift', '~> 0.1.4'
4444
s.dependency 'TweetNacl', '~> 1.0.2'
4545
s.dependency 'Task_retrying', '~> 2.0.0'
46-
s.dependency 'LoggerSwift', '~> 1.0.2'
4746
end

upversion

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ gsed -i 's/solana-swift", from: "'.*'")/solana-swift", from: "'$1'")/g' README.m
1919
# set version in podspec
2020
gsed -i 's/s.version.*= '.*'/s.version = '\'''$1'\'\''/g' SolanaSwift.podspec
2121

22-
# lint podspec
23-
pod lib lint SolanaSwift.podspec --allow-warnings
24-
2522
# commit and tag
2623
git add 'SolanaSwift.podspec' 'README.md'
2724
git commit -m "feat: upversion to '$1'"
2825
git tag ''$1''
29-
git push origin main --tags
3026

3127
# upload in cocoapods
3228
pod trunk push SolanaSwift.podspec --allow-warnings
29+
30+
# pushing changes
31+
git push origin main --tags

0 commit comments

Comments
 (0)