Browse Source

pod installed facebook naver kakao

goodboy 6 years ago
parent
commit
1443dadae2
1 changed files with 69 additions and 0 deletions
  1. 69 0
      ios/Podfile.lock

+ 69 - 0
ios/Podfile.lock

@@ -1,6 +1,16 @@
 PODS:
   - boost-for-react-native (1.63.0)
   - DoubleConversion (1.1.6)
+  - FBSDKCoreKit (5.3.0):
+    - FBSDKCoreKit/Basics (= 5.3.0)
+    - FBSDKCoreKit/Core (= 5.3.0)
+  - FBSDKCoreKit/Basics (5.3.0)
+  - FBSDKCoreKit/Core (5.3.0):
+    - FBSDKCoreKit/Basics
+  - FBSDKLoginKit (5.3.0):
+    - FBSDKCoreKit (~> 5.0)
+  - FBSDKShareKit (5.3.0):
+    - FBSDKCoreKit (~> 5.0)
   - Folly (2018.10.22.00):
     - boost-for-react-native
     - DoubleConversion
@@ -11,6 +21,23 @@ PODS:
     - DoubleConversion
     - glog
   - glog (0.3.5)
+  - KakaoOpenSDK (1.14.1):
+    - KakaoOpenSDK/KakaoCommon (= 1.14.1)
+    - KakaoOpenSDK/KakaoLink (= 1.14.1)
+    - KakaoOpenSDK/KakaoMessageTemplate (= 1.14.1)
+    - KakaoOpenSDK/KakaoNavi (= 1.14.1)
+    - KakaoOpenSDK/KakaoOpenSDK (= 1.14.1)
+    - KakaoOpenSDK/KakaoS2 (= 1.14.1)
+  - KakaoOpenSDK/KakaoCommon (1.14.1)
+  - KakaoOpenSDK/KakaoLink (1.14.1):
+    - KakaoOpenSDK/KakaoCommon
+  - KakaoOpenSDK/KakaoMessageTemplate (1.14.1)
+  - KakaoOpenSDK/KakaoNavi (1.14.1):
+    - KakaoOpenSDK/KakaoCommon
+  - KakaoOpenSDK/KakaoOpenSDK (1.14.1)
+  - KakaoOpenSDK/KakaoS2 (1.14.1):
+    - KakaoOpenSDK/KakaoCommon
+  - naveridlogin-sdk-ios (4.0.12)
   - React (0.60.3):
     - React-Core (= 0.60.3)
     - React-DevSupport (= 0.60.3)
@@ -57,6 +84,23 @@ PODS:
     - React-cxxreact (= 0.60.3)
     - React-jsi (= 0.60.3)
   - React-jsinspector (0.60.3)
+  - react-native-fbsdk (1.0.1):
+    - React
+    - react-native-fbsdk/Core (= 1.0.1)
+    - react-native-fbsdk/Login (= 1.0.1)
+    - react-native-fbsdk/Share (= 1.0.1)
+  - react-native-fbsdk/Core (1.0.1):
+    - FBSDKCoreKit (~> 5.0)
+    - React
+  - react-native-fbsdk/Login (1.0.1):
+    - FBSDKLoginKit (~> 5.0)
+    - React
+  - react-native-fbsdk/Share (1.0.1):
+    - FBSDKShareKit (~> 5.0)
+    - React
+  - react-native-kakao (1.1.2):
+    - KakaoOpenSDK
+    - React
   - react-native-keep-awake (4.0.0):
     - React
   - React-RCTActionSheet (0.60.3):
@@ -85,6 +129,9 @@ PODS:
     - React-fishhook (= 0.60.3)
   - RNGestureHandler (1.3.0):
     - React
+  - RNNaverLogin (1.3.0):
+    - naveridlogin-sdk-ios
+    - React
   - RNReanimated (1.1.0):
     - React
   - RNVectorIcons (6.6.0):
@@ -103,6 +150,8 @@ DEPENDENCIES:
   - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
   - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
   - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
+  - react-native-fbsdk (from `../node_modules/react-native-fbsdk`)
+  - react-native-kakao (from `../node_modules/react-native-kakao`)
   - react-native-keep-awake (from `../node_modules/react-native-keep-awake`)
   - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
   - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
@@ -115,6 +164,7 @@ DEPENDENCIES:
   - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
   - React-RCTWebSocket (from `../node_modules/react-native/Libraries/WebSocket`)
   - RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
+  - RNNaverLogin (from `../node_modules/react-native-naver-login`)
   - RNReanimated (from `../node_modules/react-native-reanimated`)
   - RNVectorIcons (from `../node_modules/react-native-vector-icons`)
   - yoga (from `../node_modules/react-native/ReactCommon/yoga`)
@@ -122,6 +172,11 @@ DEPENDENCIES:
 SPEC REPOS:
   https://github.com/cocoapods/specs.git:
     - boost-for-react-native
+    - FBSDKCoreKit
+    - FBSDKLoginKit
+    - FBSDKShareKit
+    - KakaoOpenSDK
+    - naveridlogin-sdk-ios
 
 EXTERNAL SOURCES:
   DoubleConversion:
@@ -146,6 +201,10 @@ EXTERNAL SOURCES:
     :path: "../node_modules/react-native/ReactCommon/jsiexecutor"
   React-jsinspector:
     :path: "../node_modules/react-native/ReactCommon/jsinspector"
+  react-native-fbsdk:
+    :path: "../node_modules/react-native-fbsdk"
+  react-native-kakao:
+    :path: "../node_modules/react-native-kakao"
   react-native-keep-awake:
     :path: "../node_modules/react-native-keep-awake"
   React-RCTActionSheet:
@@ -170,6 +229,8 @@ EXTERNAL SOURCES:
     :path: "../node_modules/react-native/Libraries/WebSocket"
   RNGestureHandler:
     :path: "../node_modules/react-native-gesture-handler"
+  RNNaverLogin:
+    :path: "../node_modules/react-native-naver-login"
   RNReanimated:
     :path: "../node_modules/react-native-reanimated"
   RNVectorIcons:
@@ -180,8 +241,13 @@ EXTERNAL SOURCES:
 SPEC CHECKSUMS:
   boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
   DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
+  FBSDKCoreKit: 39748deefe37a005f983722e433be2ddcdd83ae7
+  FBSDKLoginKit: bc0329e10045789e8d40b12d4f15ddbd07a898e2
+  FBSDKShareKit: f61d03f36ce4f1b379c7de7dbfe173662e68be44
   Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
   glog: 1f3da668190260b06b429bb211bfbee5cd790c28
+  KakaoOpenSDK: 8f26484fee731781441561b7bb7e8a5739188b95
+  naveridlogin-sdk-ios: f894849d1f3454f8a68a57383ba29bd9f0d0257f
   React: c438ccc7e14e86d4702bb92d7e262f549ffaa995
   React-Core: c76495f5c14e73c0f803b89c3fa83f804da61bd6
   React-cxxreact: f64bc64cf4682d6ea5a064f6017da72482858682
@@ -190,6 +256,8 @@ SPEC CHECKSUMS:
   React-jsi: 40f467ff088c811c6630acccb4aea57ea7ccb1b5
   React-jsiexecutor: e4b4717060a0cd8d0270323b5655a68c95432efd
   React-jsinspector: 044105eea064aec81adc5e4d777a8f6589e7d094
+  react-native-fbsdk: ee254012cfb13cdfea4fc422d046d56dec8c750b
+  react-native-kakao: 6c5ee067676951227718388ce170c412af8f2aa8
   react-native-keep-awake: 0de4bd66de0c23178107dce0c2fcc3354b2a8e94
   React-RCTActionSheet: 08864c609d9f959abf3d51fdd93f8bc6e91f21eb
   React-RCTAnimation: a4547e9fac2627ded3df9d302f5558b475faf819
@@ -202,6 +270,7 @@ SPEC CHECKSUMS:
   React-RCTVibration: dabb8d59bb47e1d9124b3f77bfdc1b33d42b0a74
   React-RCTWebSocket: f32b93e0953d7c07fd5dd45305406282cfdc95cf
   RNGestureHandler: 7ccf2f3f60458e084f9ada01fbaf610f6fef073c
+  RNNaverLogin: 9095d5f58b02d87d7168716a261c1e03e3792f81
   RNReanimated: 45d9313b7a62318ed00d60a811937321e43e076e
   RNVectorIcons: 66af4d5c8ff4f584c7b7cd9c4b0780920f27fce2
   yoga: 88c514f310aff89b94a14c5fbf44b95735af0cb7