Skip to content

Commit

Permalink
[CocoaPods] Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iosdevzone committed Feb 23, 2017
1 parent 467cc1f commit be15046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.9.0"
s.version = "0.9.1"
s.summary = "A wrapper for Apple's Common Crypto library written in Swift."

s.homepage = "https://github.com/iosdevzone/IDZSwiftCommonCrypto"
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.social_media_url = "http://twitter.com/iOSDevZone"

s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.3'
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'

Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are three ways to add IDZCommonCrypto to your project:

If you are using CocoaPods, add the following to your Podfile:
```bash
pod 'IDZSwiftCommonCrypto', '~> 0.9.0'
pod 'IDZSwiftCommonCrypto', '~> 0.9.1'
```

Then, run the following command to install the IDZSwiftCommonCrypto pod:
Expand Down

0 comments on commit be15046

Please sign in to comment.