Skip to content

Commit

Permalink
Release 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanellis committed Dec 2, 2019
1 parent 97b2f86 commit edf1de0
Show file tree
Hide file tree
Showing 20 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# iProov iOS SDK v7.2.0
# iProov iOS SDK v7.2.1

## 🤳 Introduction

Expand Down Expand Up @@ -87,8 +87,8 @@ Full instructions installing and setting up Carthage [are available here](https:
1. Add the following to your Cartfile:

```
github "socketio/socket.io-client-swift" == 15.1.0
github "kishikawakatsumi/KeychainAccess" ~> 3.2.0
github "socketio/socket.io-client-swift" == 15.2.0
github "kishikawakatsumi/KeychainAccess" ~> 4.1.0
github "SwiftyJSON/SwiftyJSON" ~> 4.0.0
binary "https://raw.githubusercontent.com/iProov/ios/master/carthage/IProov.json"
```
Expand Down
1 change: 1 addition & 0 deletions carthage/IProov.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
"7.1.0": "https://raw.githubusercontent.com/iProov/ios/master/carthage/iProov_7_1_0.zip",
"7.2.0-beta1": "https://raw.githubusercontent.com/iProov/ios/master/carthage/iProov_7_2_0-beta1.zip",
"7.2.0": "https://raw.githubusercontent.com/iProov/ios/master/carthage/iProov_7_2_0.zip",
"7.2.1": "https://raw.githubusercontent.com/iProov/ios/master/carthage/iProov_7_2_1.zip",
}
Binary file added carthage/iProov_7_2_1.zip
Binary file not shown.
Binary file modified iProov.framework/Assets.car
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified iProov.framework/Info.plist
Binary file not shown.
Binary file modified iProov.framework/Modules/iProov.swiftmodule/arm.swiftmodule
Binary file not shown.
Binary file not shown.
Binary file modified iProov.framework/Modules/iProov.swiftmodule/arm64.swiftmodule
Binary file not shown.
Binary file not shown.
Binary file modified iProov.framework/Modules/iProov.swiftmodule/armv7.swiftmodule
Binary file not shown.
Binary file not shown.
Binary file modified iProov.framework/Modules/iProov.swiftmodule/i386.swiftmodule
Binary file not shown.
Binary file not shown.
Binary file modified iProov.framework/Modules/iProov.swiftmodule/x86_64.swiftmodule
Binary file not shown.
Binary file modified iProov.framework/iProov
Binary file not shown.
6 changes: 3 additions & 3 deletions iProov.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'iProov'
s.version = '7.2.0'
s.version = '7.2.1'
s.summary = 'Right person. Real person. Right now.'
s.homepage = 'https://www.iproov.com/'
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand All @@ -16,8 +16,8 @@ Pod::Spec.new do |s|
'OTHER_SWIFT_FLAGS' => '-DGLES' # Required for GPUImage2
}

s.dependency 'KeychainAccess', '~> 3.2.0'
s.dependency 'Socket.IO-Client-Swift', '~> 15.1.0'
s.dependency 'KeychainAccess', '~> 4.1.0'
s.dependency 'Socket.IO-Client-Swift', '~> 15.2.0'
s.dependency 'SwiftyJSON', '~> 4.0.0'


Expand Down

0 comments on commit edf1de0

Please sign in to comment.