Skip to content

Commit

Permalink
Merge pull request #104 from mplorentz/master
Browse files Browse the repository at this point in the history
Specified swift version in podspec
  • Loading branch information
JonasGessner committed Dec 11, 2018
2 parents 5fd3eb8 + 81a97c9 commit d111f27
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 d111f27

Please sign in to comment.