Skip to content

Commit

Permalink
Update Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyMAndersson committed Jul 10, 2020
1 parent 0ec97e2 commit a95da58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion StatKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Pod::Spec.new do |spec|
spec.osx.deployment_target = "10.15"
spec.watchos.deployment_target = "6.0"
spec.tvos.deployment_target = "13.0"
spec.source = { :git => "https://github.com/JimmyMAndersson/StatKit.git", :tag => "#{spec.version}" }
spec.swift_version = '5.2'
spec.source = { :git => "https://github.com/JimmyMAndersson/StatKit.git", :tag => "v#{spec.version}" }
spec.source_files = "Sources/StatKit/**/*.swift"
spec.cocoapods_version = '>= 1.9.0'
end

0 comments on commit a95da58

Please sign in to comment.