Skip to content

Commit

Permalink
add swift versions to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
chickdan committed Oct 9, 2020
1 parent 13de3ba commit 4075548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DownPickerSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/HomebaseAI/DownPickerSwift.git", :tag => s.version.to_s }
s.platforms = { :ios => "9.0"}
s.requires_arc = true
s.swift_versions = ['4.2', '5.0']

s.default_subspec = "Core"
s.subspec "Core" do |ss|
Expand Down

0 comments on commit 4075548

Please sign in to comment.