Skip to content

Commit

Permalink
Merge pull request #102 from nstack-io/fix/last_updated
Browse files Browse the repository at this point in the history
Update podspec
  • Loading branch information
jakobmygind authored Sep 9, 2022
2 parents 0184959 + 847f0bc commit 547a430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NStackSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'NStackSDK'
s.version = '5.1.5'
s.version = '5.1.6'
s.summary = 'NStackSDK is the companion software development kit to the NStack backend.'

# This description is used to generate tags and improve search results.
Expand All @@ -29,7 +29,7 @@ Pod::Spec.new do |s|
s.swift_version = '5.2'

s.default_subspecs = "Core"
s.dependency 'NLocalizationManager', '~> 3.0'
s.dependency 'NLocalizationManager', '~> 3.1.4'

s.subspec 'Core' do |core|
core.source_files = [ 'NStackSDK/**/*.swift']
Expand Down

0 comments on commit 547a430

Please sign in to comment.