Skip to content

Commit

Permalink
Include swift_version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jehlert-trip committed Jan 10, 2019
1 parent c9de28e commit 4b06c30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SkeletonView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Pod::Spec.new do |s|
s.social_media_url = "https://twitter.com/JuanpeCatalan"
s.ios.deployment_target = "9.0"
s.tvos.deployment_target = "9.0"
s.swift_version = "4.2"
s.source = { :git => "https://github.com/Juanpe/SkeletonView.git", :tag => s.version.to_s }
s.source_files = "Sources/**/*"
end

0 comments on commit 4b06c30

Please sign in to comment.