Skip to content

Commit c1f70bc

Browse files
author
Tom Kemp
committed
Add Swift version to Podspec
1 parent 3ed4add commit c1f70bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PusherSwift.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Pod::Spec.new do |s|
88
s.source = { git: "https://github.com/pusher/pusher-websocket-swift.git", tag: s.version.to_s }
99
s.social_media_url = 'https://twitter.com/pusher'
1010

11-
s.requires_arc = true
12-
s.source_files = 'Sources/*.swift'
11+
s.swift_version = '4.2'
12+
s.requires_arc = true
13+
s.source_files = 'Sources/*.swift'
1314

1415
s.dependency 'CryptoSwift', '~> 0.9'
1516
s.dependency 'ReachabilitySwift', '4.3.0'

0 commit comments

Comments
 (0)