Skip to content

Commit

Permalink
use 5.12.1 api; build for iOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
gammelby committed Dec 6, 2023
1 parent 13eee81 commit 75aabb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NabtoEdgeClient/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ source 'https://github.com/CocoaPods/Specs.git'

use_frameworks!

platform :ios, '10.2'
platform :ios, '12.0'

target 'NabtoEdgeClient' do
pod 'NabtoEdgeClientApiFW', '5.12.0'
pod 'NabtoEdgeClientApiFW', '5.12.1'
end

target 'HostForTests' do
Expand Down

0 comments on commit 75aabb6

Please sign in to comment.