Skip to content

Commit

Permalink
Updated Virgil dependencies to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakov-clay committed Feb 12, 2020
1 parent 0eeac67 commit 74b3d27
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ All notable changes to ClaySDK will be documented in this file.
### [1.5.4](https://github.com/ClaySolutions/ClaySDK/releases/tag/1.5.4)
<!-- Released on 2019-11-04. -->

### [1.6.0](https://github.com/ClaySolutions/ClaySDK/releases/tag/1.6.0)
<!-- Released on 2020-02-12. -->

* Support for [CocoaPods](https://cocoapods.org/)
* Support for [Carthage](https://github.com/Carthage/Carthage)

Expand Down
3 changes: 1 addition & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
github "VirgilSecurity/virgil-sdk-x" "5.7.0"
github "VirgilSecurity/virgil-crypto-x" ~> 3.2
github "VirgilSecurity/virgil-sdk-x" "7.1.0"
7 changes: 4 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
github "VirgilSecurity/virgil-crypto-x" "3.2.3"
github "VirgilSecurity/virgil-cryptoapi-x" "1.0.6"
github "VirgilSecurity/virgil-sdk-x" "5.7.0"
github "VirgilSecurity/virgil-crypto-c" "v0.12.0"
github "VirgilSecurity/virgil-crypto-x" "5.3.0"
github "VirgilSecurity/virgil-cryptowrapper-x" "0.12.0"
github "VirgilSecurity/virgil-sdk-x" "7.1.0"
Binary file modified ClaySDK.framework.zip
Binary file not shown.
Binary file modified ClaySDK.framework/ClaySDK
Binary file not shown.
Binary file modified ClaySDK.framework/Info.plist
Binary file not shown.
Binary file modified ClaySDK.framework/Modules/ClaySDK.swiftmodule/arm.swiftmodule
Binary file not shown.
Binary file not shown.
Binary file modified ClaySDK.framework/Modules/ClaySDK.swiftmodule/arm64.swiftmodule
Binary file not shown.
Binary file not shown.
Binary file modified ClaySDK.framework/Modules/ClaySDK.swiftmodule/armv7.swiftmodule
Binary file not shown.
Binary file not shown.
Binary file modified ClaySDK.framework/Modules/ClaySDK.swiftmodule/i386.swiftmodule
Binary file not shown.
Binary file not shown.
Binary file modified ClaySDK.framework/Modules/ClaySDK.swiftmodule/x86_64.swiftmodule
Binary file not shown.
5 changes: 2 additions & 3 deletions ClaySDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ClaySDK'
s.version = '1.5.4'
s.version = '1.6.0'
s.summary = 'The Clay mobile SDK make it easy to build a seamless door opening experience in your application.'

s.description = <<-DESC
Expand All @@ -23,6 +23,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '9'

s.vendored_frameworks = 'ClaySDK.framework'
s.dependency 'VirgilCryptoApiImpl', '3.2.3'
s.dependency 'VirgilSDK', '5.7.0'
s.dependency 'VirgilSDK', '7.1.0'
end
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ Apart from that, these frameworks must be included into the target project:
- SaltoJustINMobile.framework
- CoreBluetooth.framework
- Foundation.framework
- VirgilCrypto.framework
- VirgilCryptoAPI.framework
- VirgilCryptoApiImpl.framework
- VirgilSDK.framework
- VSCCrypto.framework
- VirgilSDK
- VirgilCrypto
- VirgilCryptoFoundation
- VSCCommon
- VSCFoundation

## Installation

Expand All @@ -57,7 +57,7 @@ The Virgil libraries can be found at [Virgil Security Objective-C/Swift SDK](htt
To install ClaySDK, simply add the following line to your Podfile:

```ruby
pod 'ClaySDK', '~> 1.5'
pod 'ClaySDK', '~> 1.6'
```

### Carthage
Expand All @@ -67,10 +67,10 @@ pod 'ClaySDK', '~> 1.5'
To install ClaySDK, simply add the following line to your Cartfile:

```ogdl
github "ClaySolutions/ClaySDK" ~> 1.5.4
github "ClaySolutions/ClaySDK" ~> 1.6.0
```
Include framework from *Carthage/Build/iOS* folder.
Follow instructions for including [VirgilSDK](https://github.com/VirgilSecurity/virgil-sdk-x/tree/5.7.0#carthage)
Follow instructions for including [VirgilSDK](https://github.com/VirgilSecurity/virgil-sdk-x/tree/7.1.0#carthage)

## Author

Expand Down

0 comments on commit 74b3d27

Please sign in to comment.