Skip to content

Commit 056920c

Browse files
author
Gleb Radchenko
committed
Update podspec for swift 4.2
1 parent 24312d2 commit 056920c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DNWebSocket.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DNWebSocket'
3-
s.version = '1.0.2'
3+
s.version = '1.1.0'
44
s.summary = 'Pure Swift WebSocket Library'
55
s.description = <<-DESC
66
Object-Oriented, Swift-style WebSocket Library (RFC 6455) for Swift-compatible Platforms.
@@ -9,18 +9,18 @@ Pod::Spec.new do |s|
99

1010
s.homepage = 'https://github.com/GlebRadchenko/DNWebSocket'
1111
s.license = { :type => 'MIT', :file => 'LICENSE' }
12-
s.author = { 'Gleb Radchenko' => 'gleb.radchenko@activewindow.dk' }
12+
s.author = { 'Gleb Radchenko' => 'gleb.radchenko3@gmail.com' }
1313
s.source = { :git => 'https://github.com/GlebRadchenko/DNWebSocket.git', :tag => s.version.to_s }
1414

15-
s.swift_version = '4.0'
15+
s.swift_version = '4.2'
1616

1717
s.ios.deployment_target = '8.0'
1818
s.osx.deployment_target = '10.10'
1919
s.tvos.deployment_target = '9.0'
2020
s.watchos.deployment_target = '2.0'
2121

2222
s.source_files = 'Sources/**/*.swift'
23-
s.pod_target_xcconfig = {'SWIFT_INCLUDE_PATHS' => '$(PODS_TARGET_SRCROOT)/Sources/CZLib/** $(PODS_TARGET_SRCROOT)/Sources/CommonCrypto/**'}
24-
s.preserve_path = 'Sources/CZLib/**', 'Sources/CommonCrypto/**'
23+
s.pod_target_xcconfig = {'SWIFT_INCLUDE_PATHS' => '$(PODS_TARGET_SRCROOT)/Sources/CZLib/**'}
24+
s.preserve_path = 'Sources/CZLib/**'
2525

2626
end

0 commit comments

Comments
 (0)