Skip to content

Commit

Permalink
set podspec swift version 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
metinkilicaslan committed Oct 4, 2018
1 parent 34b9169 commit 93e9555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MKToolTip.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Pod::Spec.new do |spec|
spec.authors = { "Metin Kilicaslan" => '[email protected]' }

spec.ios.deployment_target = "10.0"
spec.swift_version = "4.2"
spec.requires_arc = true
spec.source = { :git => "https://github.com/metinkilicaslan/MKToolTip.git", :tag => "v#{spec.version}"}
spec.source_files = "MKToolTip/MKToolTip/*.{h,swift}"
Expand Down

0 comments on commit 93e9555

Please sign in to comment.