File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::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
2626end
You can’t perform that action at this time.
0 commit comments