Skip to content

Commit

Permalink
Specified swift version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mplorentz committed Dec 10, 2018
1 parent 5fd3eb8 commit 81a97c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JGProgressHUD.podspec
Expand Up @@ -12,6 +12,7 @@ Pod::Spec.new do |s|
s.source_files = "JGProgressHUD/JGProgressHUD/*.{h,m}"
s.resource_bundle = { "JGProgressHUD" => "JGProgressHUD/Resources/*.png" }
s.frameworks = "Foundation", "UIKit", "QuartzCore"
s.swift_version = "4.0"
s.requires_arc = true

end

0 comments on commit 81a97c9

Please sign in to comment.