Skip to content

Commit 249f0c0

Browse files
Merge pull request #7 from TransmitSecurity/feature/MOB-2091
MOB-2091 Updated iOS SDK
2 parents 266b089 + 68d822b commit 249f0c0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ PODS:
13321332
- React-jsiexecutor
13331333
- React-RCTFBReactNativeSpec
13341334
- ReactCommon/turbomodule/core
1335-
- react-native-ts-authentication (0.1.5):
1335+
- react-native-ts-authentication (0.1.6):
13361336
- DoubleConversion
13371337
- glog
13381338
- hermes-engine
@@ -1355,7 +1355,7 @@ PODS:
13551355
- ReactCodegen
13561356
- ReactCommon/turbomodule/bridging
13571357
- ReactCommon/turbomodule/core
1358-
- TSAuthentication (~> 1.1.15)
1358+
- TSAuthentication (~> 1.1.16)
13591359
- Yoga
13601360
- React-NativeModulesApple (0.79.2):
13611361
- glog
@@ -1704,7 +1704,7 @@ PODS:
17041704
- ReactCommon/turbomodule/core
17051705
- Yoga
17061706
- SocketRocket (0.7.1)
1707-
- TSAuthentication (1.1.15):
1707+
- TSAuthentication (1.1.16):
17081708
- TSCoreSDK (~> 1.0.31)
17091709
- TSCoreSDK (1.0.31)
17101710
- Yoga (0.0.0)
@@ -1977,7 +1977,7 @@ SPEC CHECKSUMS:
19771977
React-logger: 8edfcedc100544791cd82692ca5a574240a16219
19781978
React-Mapbuffer: c3f4b608e4a59dd2f6a416ef4d47a14400194468
19791979
React-microtasksnativemodule: 054f34e9b82f02bd40f09cebd4083828b5b2beb6
1980-
react-native-ts-authentication: a5814fc81a9af8fbc958a42b890a5d39e9c94126
1980+
react-native-ts-authentication: b593657502c035d70c2974f0d256ee595cab854f
19811981
React-NativeModulesApple: 2c4377e139522c3d73f5df582e4f051a838ff25e
19821982
React-oscompat: ef5df1c734f19b8003e149317d041b8ce1f7d29c
19831983
React-perflogger: 9a151e0b4c933c9205fd648c246506a83f31395d
@@ -2011,7 +2011,7 @@ SPEC CHECKSUMS:
20112011
ReactCommon: 76d2dc87136d0a667678668b86f0fca0c16fdeb0
20122012
RNCAsyncStorage: 39c42c1e478e1f5166d1db52b5055e090e85ad66
20132013
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
2014-
TSAuthentication: 8d80f31ebc00438ef62baa934d674c03ad43a6d9
2014+
TSAuthentication: 793b3ca03c1a649479f789270bd609d4a94826d5
20152015
TSCoreSDK: 3c459fa58dc09c44a2ec327cb977268bc78b146c
20162016
Yoga: c758bfb934100bb4bf9cbaccb52557cee35e8bdf
20172017

react-native-ts-authentication.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.platforms = { :ios => "15.0" }
1515
s.source = { :git => "https://github.com/TransmitSecurity/react-native-ts-authentication.git", :tag => "#{s.version}" }
1616

17-
s.dependency 'TSAuthentication', '~> 1.1.15'
17+
s.dependency 'TSAuthentication', '~> 1.1.16'
1818
s.source_files = "ios/**/*.{h,m,mm,swift}"
1919

2020
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.

0 commit comments

Comments
 (0)