Skip to content

Commit

Permalink
Merge pull request #280 from mohssenfathi/bump-spec-platform
Browse files Browse the repository at this point in the history
Bump spec.platform to 11.0
  • Loading branch information
mohssenfathi authored Apr 19, 2023
2 parents 6508aaa + 04a69bf commit 5a94961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PodspecShared.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def configure_podspec(spec, module_name)
spec.screenshots = "https://raw.githubusercontent.com/uber/rides-ios-sdk/master/img/example_app.png"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.authors = { "Edward Jiang" => "[email protected]", "Jay Bobzin" => "[email protected]", "Ty Smith" => "[email protected]" }
spec.platform = :ios, "8.0"
spec.platform = :ios, "11.0"
spec.source = { :git => "https://github.com/uber/rides-ios-sdk.git", :tag => 'v' + spec.version.to_s }
spec.source_files = ["source/" + module_name + "/**/*.{swift,h,m}"]
spec.swift_version = '4.2'
Expand Down

0 comments on commit 5a94961

Please sign in to comment.