From d88d10b293d6fd6d0056c11e4584caccefafff9e Mon Sep 17 00:00:00 2001 From: Danny Keogan Date: Sat, 24 Sep 2016 20:44:43 -0700 Subject: [PATCH 1/2] [CocoaPods] First attempts to get CocoaPods working. Failing on module. --- IDZSwiftCommonCrypto.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IDZSwiftCommonCrypto.podspec b/IDZSwiftCommonCrypto.podspec index 0f2a955..8f4a3cb 100644 --- a/IDZSwiftCommonCrypto.podspec +++ b/IDZSwiftCommonCrypto.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "IDZSwiftCommonCrypto" - s.version = "0.8.1" + 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" @@ -41,6 +41,7 @@ CMD # Make sure we can find the dummy frameworks s.xcconfig = { + "SWIFT_VERSION" => "3.0", "SWIFT_INCLUDE_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)", "FRAMEWORK_SEARCH_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)" } From 766032e940170b0f95e0c569b4e0fd1192cb9437 Mon Sep 17 00:00:00 2001 From: Danny Keogan Date: Sat, 24 Sep 2016 20:48:03 -0700 Subject: [PATCH 2/2] Added .swift-version. Not sure this is working. --- .swift-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .swift-version diff --git a/.swift-version b/.swift-version new file mode 100644 index 0000000..9f55b2c --- /dev/null +++ b/.swift-version @@ -0,0 +1 @@ +3.0