feat: Update podspec

This commit is contained in:
Juanpe Catalán
2019-04-23 20:43:21 +02:00
parent 4e5c8627dd
commit 1d2256b4e6
2 changed files with 55 additions and 2 deletions
+1 -1
View File
@@ -12,7 +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 = "5"
s.swift_version = "5.0"
s.source = { :git => "https://github.com/Juanpe/SkeletonView.git", :tag => s.version.to_s }
s.source_files = "Sources/**/*"
end