Skip to content

Commit

Permalink
Bump to 1.4.2, softhub 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
coracoracora committed Apr 1, 2022
1 parent 340a28f commit 4a75c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AferoSwiftSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = "AferoSwiftSDK"
s.module_name = "Afero"
s.version = "1.3.0"
s.version = "1.4.2"
s.summary = "Library for interacting with Afero devices"

s.description = <<-DESC
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|

s.subspec 'Core' do |ss|
ss.source_files = "AferoSwiftSDK/Core/**/*"
ss.dependency 'AferoSofthub', '~> 1.7'
ss.dependency 'AferoSofthub', '~> 1.8'
ss.dependency 'CocoaLumberjack/Swift', '~> 3.5'
ss.dependency 'CryptoSwift'
ss.dependency 'CocoaZ', '~> 1.4'
Expand Down

0 comments on commit 4a75c15

Please sign in to comment.