Skip to content

Commit be15046

Browse files
committed
[CocoaPods] Release 0.9.1
1 parent 467cc1f commit be15046

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

IDZSwiftCommonCrypto.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "IDZSwiftCommonCrypto"
4-
s.version = "0.9.0"
4+
s.version = "0.9.1"
55
s.summary = "A wrapper for Apple's Common Crypto library written in Swift."
66

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

1212
s.osx.deployment_target = '10.11'
13-
s.ios.deployment_target = '9.3'
13+
s.ios.deployment_target = '9.0'
1414
s.tvos.deployment_target = '9.0'
1515
s.watchos.deployment_target = '2.0'
1616

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ There are three ways to add IDZCommonCrypto to your project:
99

1010
If you are using CocoaPods, add the following to your Podfile:
1111
```bash
12-
pod 'IDZSwiftCommonCrypto', '~> 0.9.0'
12+
pod 'IDZSwiftCommonCrypto', '~> 0.9.1'
1313
```
1414

1515
Then, run the following command to install the IDZSwiftCommonCrypto pod:

0 commit comments

Comments
 (0)