Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add swift version to podspec
  • Loading branch information
Jan Bednář committed Oct 3, 2018
commit ca89d9dacba2a3c95c8065b640af1f727848bf2e
2 changes: 2 additions & 0 deletions SwiftyTimer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '2.0'

s.source_files = 'Sources/*.swift'

s.swift_version = '3.0'
end