Skip to content

Commit

Permalink
Merge pull request #37 from iosdevzone/0.9.x
Browse files Browse the repository at this point in the history
0.9.x
  • Loading branch information
iosdevzone authored Sep 25, 2016
2 parents c8e3c5a + 3970f9f commit 9682b09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3
3.0
4 changes: 2 additions & 2 deletions IDZSwiftCommonCrypto.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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)"
}
Expand Down

0 comments on commit 9682b09

Please sign in to comment.