File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "IDZSwiftCommonCrypto"
4
- s . version = "0.9.0 "
4
+ s . version = "0.9.1 "
5
5
s . summary = "A wrapper for Apple's Common Crypto library written in Swift."
6
6
7
7
s . homepage = "https://github.com/iosdevzone/IDZSwiftCommonCrypto"
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
10
s . social_media_url = "http://twitter.com/iOSDevZone"
11
11
12
12
s . osx . deployment_target = '10.11'
13
- s . ios . deployment_target = '9.3 '
13
+ s . ios . deployment_target = '9.0 '
14
14
s . tvos . deployment_target = '9.0'
15
15
s . watchos . deployment_target = '2.0'
16
16
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ There are three ways to add IDZCommonCrypto to your project:
9
9
10
10
If you are using CocoaPods, add the following to your Podfile:
11
11
``` bash
12
- pod ' IDZSwiftCommonCrypto' , ' ~> 0.9.0 '
12
+ pod ' IDZSwiftCommonCrypto' , ' ~> 0.9.1 '
13
13
```
14
14
15
15
Then, run the following command to install the IDZSwiftCommonCrypto pod:
You can’t perform that action at this time.
0 commit comments