Skip to content

Commit

Permalink
ADding ASN1Decoder dependency for Cocoapods and Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi committed Oct 22, 2024
1 parent 865544e commit f03bccf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "filom/ASN1Decoder" "1.9.0"
1 change: 1 addition & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "filom/ASN1Decoder" "1.10.0"
2 changes: 2 additions & 0 deletions EmbeddedProvision.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ Pod::Spec.new do |s|
s.swift_versions = ['5.3', '5.4', '5.5']

s.source_files = 'Source/**/*.swift'

s.dependency "ASN1Decoder", "1.10.0"
end

0 comments on commit f03bccf

Please sign in to comment.