Skip to content

Commit

Permalink
deployment target bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkarkumardk committed Feb 1, 2021
1 parent 04e72e4 commit e85de46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MistSDKDR.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Mist SDK DR
DESC
s.author = { "Mist Systems" => "sdksupport@mist.com" }
s.social_media_url = 'https://twitter.com/mistsystems'
s.platform = :ios, "8.0"
s.ios.deployment_target = "8.0"
s.platform = :ios, "11.4"
s.ios.deployment_target = "11.4"
s.source = { :git => "https://github.com/mistsys/mist-sdk-ios-dr.git", :tag => '1.5.280' }
s.ios.vendored_frameworks = 'Framework/MistSDK.framework'
s.frameworks = "Foundation", "Security", "CFNetwork", "JavaScriptCore", "CoreLocation", "CoreBluetooth", "UIKit", "MapKit", "SystemConfiguration"
Expand Down

0 comments on commit e85de46

Please sign in to comment.