Skip to content

Commit 88fc6e1

Browse files
authored
Fix for podspec (#73)
1 parent b8c3255 commit 88fc6e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

BlueCryptor.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "BlueCryptor"
3-
s.version = "2.0.0"
3+
s.version = "2.0.1"
44
s.summary = "Swift cross-platform crypto library using CommonCrypto/libcrypto via Package Manager."
55
s.homepage = "https://github.com/Kitura/BlueCryptor"
66
s.license = { :type => "Apache License, Version 2.0" }
77
s.author = "IBM & Kitura Project Authors"
88
s.module_name = 'Cryptor'
99

1010
s.requires_arc = true
11+
s.swift_version = '5.1'
1112
s.osx.deployment_target = "10.11"
1213
s.ios.deployment_target = "10.0"
1314
s.tvos.deployment_target = "10.0"

0 commit comments

Comments
 (0)