diff --git a/.swift-version b/.swift-version index bb576db..9f55b2c 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -2.3 +3.0 diff --git a/IDZSwiftCommonCrypto.podspec b/IDZSwiftCommonCrypto.podspec index e213706..2512a07 100644 --- a/IDZSwiftCommonCrypto.podspec +++ b/IDZSwiftCommonCrypto.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "IDZSwiftCommonCrypto" - s.version = "0.8.3" + s.version = "0.9.0" s.summary = "A wrapper for Apple's Common Crypto library written in Swift." s.homepage = "https://github.com/iosdevzone/IDZSwiftCommonCrypto" @@ -43,7 +43,7 @@ CMD # Make sure we can find the dummy frameworks s.xcconfig = { - "SWIFT_VERSION" => "2.3", + "SWIFT_VERSION" => "3.0", "SWIFT_INCLUDE_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)", "FRAMEWORK_SEARCH_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)" }