We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8e3c5a + 3970f9f commit 9682b09Copy full SHA for 9682b09
.swift-version
@@ -1 +1 @@
1
-2.3
+3.0
IDZSwiftCommonCrypto.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
2
3
s.name = "IDZSwiftCommonCrypto"
4
- s.version = "0.8.3"
+ s.version = "0.9.0"
5
s.summary = "A wrapper for Apple's Common Crypto library written in Swift."
6
7
s.homepage = "https://github.com/iosdevzone/IDZSwiftCommonCrypto"
@@ -43,7 +43,7 @@ CMD
43
44
# Make sure we can find the dummy frameworks
45
s.xcconfig = {
46
- "SWIFT_VERSION" => "2.3",
+ "SWIFT_VERSION" => "3.0",
47
"SWIFT_INCLUDE_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
48
"FRAMEWORK_SEARCH_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)"
49
}
0 commit comments