Skip to content

Commit

Permalink
Update framework to 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKiazyk committed Mar 25, 2022
1 parent 038b9f8 commit a86be71
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Release Notes
## 7.2.1
### Other
- Updated OpenTok dependency to 2.22.0
- Updated MessageKit dependency to 3.7.0

## Notes
The next major version will support Swift Concurrency.

## 7.2.0
### New
- Adds a `PatientService.deletePatientAccount` to start the process of deleting a DexCare Patient Account.
Expand Down
6 changes: 3 additions & 3 deletions DexcareSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DexcareSDK'
s.version = '7.2.0'
s.version = '7.2.1'
s.platform = :ios, '13.0'
s.swift_version = '5.0'
s.summary = 'DexcareSDK libary for express care services'
Expand All @@ -20,9 +20,9 @@ Pod::Spec.new do |s|

# DexcareSDK dependency
s.dependency 'MBProgressHUD', '~> 1.2.0'
s.dependency 'MessageKit', '3.6.1'
s.dependency 'MessageKit', '3.7.0'
s.dependency 'PromiseKit/CorePromise', '~>6.13.1'
s.dependency 'OpenTok', '2.21.2'
s.dependency 'OpenTok', '2.22.0'

## ---------------------------------------------------------------------------

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Assets.car</key>
<data>
dnw5XFQnYxC0bMrLavr83iJP124=
1NWAtzf3sn24foTJfOsxzIhsiMQ=
</data>
<key>DexcareVirtualVisit.storyboardc/EmbeddedVideoViewController.nib</key>
<data>
Expand Down Expand Up @@ -46,7 +46,7 @@
</data>
<key>Info.plist</key>
<data>
laVCSnBdZHjCP9neAOFxrnqmbJw=
JMOUR9PcGjvzuzq+5WWDFZ5I4gI=
</data>
<key>Localizable.strings</key>
<data>
Expand All @@ -62,7 +62,7 @@
</data>
<key>Modules/DexcareiOSSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
L8auAa6q4NpDqmW5VB9qk/uUCc4=
nRcOoMdIULR/BE2axw0itDU32jo=
</data>
<key>Modules/DexcareiOSSDK.swiftmodule/x86_64.swiftdoc</key>
<data>
Expand All @@ -74,7 +74,7 @@
</data>
<key>Modules/DexcareiOSSDK.swiftmodule/x86_64.swiftmodule</key>
<data>
L8auAa6q4NpDqmW5VB9qk/uUCc4=
nRcOoMdIULR/BE2axw0itDU32jo=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -139,7 +139,7 @@
<dict>
<key>hash2</key>
<data>
AyWbLE/aaIa2rqzy6TQCi7e6isvtq1dj6in7TYvTCHk=
H/jLexKKPDbDzpca3nEmFsWz/BJnjVbu4Kg13jCz97Y=
</data>
</dict>
<key>DexcareVirtualVisit.storyboardc/EmbeddedVideoViewController.nib</key>
Expand Down Expand Up @@ -230,7 +230,7 @@
<dict>
<key>hash2</key>
<data>
DvowlJqnDXkR9GquCeeu7JMLFZ8KMt3e515IDmNMp9s=
145aimLf3CVmLeytEQA39tlI78Js87uiv3NsYfdP85A=
</data>
</dict>
<key>Modules/DexcareiOSSDK.swiftmodule/x86_64.swiftdoc</key>
Expand All @@ -251,7 +251,7 @@
<dict>
<key>hash2</key>
<data>
DvowlJqnDXkR9GquCeeu7JMLFZ8KMt3e515IDmNMp9s=
145aimLf3CVmLeytEQA39tlI78Js87uiv3NsYfdP85A=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down

0 comments on commit a86be71

Please sign in to comment.