Skip to content

Commit 9682b09

Browse files
authored
Merge pull request #37 from iosdevzone/0.9.x
0.9.x
2 parents c8e3c5a + 3970f9f commit 9682b09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3
1+
3.0

IDZSwiftCommonCrypto.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "IDZSwiftCommonCrypto"
4-
s.version = "0.8.3"
4+
s.version = "0.9.0"
55
s.summary = "A wrapper for Apple's Common Crypto library written in Swift."
66

77
s.homepage = "https://github.com/iosdevzone/IDZSwiftCommonCrypto"
@@ -43,7 +43,7 @@ CMD
4343

4444
# Make sure we can find the dummy frameworks
4545
s.xcconfig = {
46-
"SWIFT_VERSION" => "2.3",
46+
"SWIFT_VERSION" => "3.0",
4747
"SWIFT_INCLUDE_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
4848
"FRAMEWORK_SEARCH_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)"
4949
}

0 commit comments

Comments
 (0)