Browse Source

[iOS] Update Podfile.lock

Syntax changed slightly with an update to CocoaPods.
master
Saúl Ibarra Corretgé 7 years ago
parent
commit
535e5b4f64
1 changed files with 18 additions and 14 deletions
  1. 18
    14
      ios/Podfile.lock

+ 18
- 14
ios/Podfile.lock View File

92
   - RNVectorIcons (from `../node_modules/react-native-vector-icons`)
92
   - RNVectorIcons (from `../node_modules/react-native-vector-icons`)
93
   - yoga (from `../node_modules/react-native/ReactCommon/yoga`)
93
   - yoga (from `../node_modules/react-native/ReactCommon/yoga`)
94
 
94
 
95
+SPEC REPOS:
96
+  https://github.com/cocoapods/specs.git:
97
+    - boost-for-react-native
98
+
95
 EXTERNAL SOURCES:
99
 EXTERNAL SOURCES:
96
   DoubleConversion:
100
   DoubleConversion:
97
-    :podspec: ../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec
101
+    :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
98
   Folly:
102
   Folly:
99
-    :podspec: ../node_modules/react-native/third-party-podspecs/Folly.podspec
103
+    :podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec"
100
   glog:
104
   glog:
101
-    :podspec: ../node_modules/react-native/third-party-podspecs/glog.podspec
105
+    :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
102
   React:
106
   React:
103
-    :path: ../node_modules/react-native
107
+    :path: "../node_modules/react-native"
104
   react-native-background-timer:
108
   react-native-background-timer:
105
-    :path: ../node_modules/react-native-background-timer
109
+    :path: "../node_modules/react-native-background-timer"
106
   react-native-calendar-events:
110
   react-native-calendar-events:
107
-    :path: ../node_modules/react-native-calendar-events
111
+    :path: "../node_modules/react-native-calendar-events"
108
   react-native-fetch-blob:
112
   react-native-fetch-blob:
109
-    :path: ../node_modules/react-native-fetch-blob
113
+    :path: "../node_modules/react-native-fetch-blob"
110
   react-native-keep-awake:
114
   react-native-keep-awake:
111
-    :path: ../node_modules/react-native-keep-awake
115
+    :path: "../node_modules/react-native-keep-awake"
112
   react-native-locale-detector:
116
   react-native-locale-detector:
113
-    :path: ../node_modules/react-native-locale-detector
117
+    :path: "../node_modules/react-native-locale-detector"
114
   react-native-webrtc:
118
   react-native-webrtc:
115
-    :path: ../node_modules/react-native-webrtc
119
+    :path: "../node_modules/react-native-webrtc"
116
   RNSound:
120
   RNSound:
117
-    :path: ../node_modules/react-native-sound
121
+    :path: "../node_modules/react-native-sound"
118
   RNVectorIcons:
122
   RNVectorIcons:
119
-    :path: ../node_modules/react-native-vector-icons
123
+    :path: "../node_modules/react-native-vector-icons"
120
   yoga:
124
   yoga:
121
-    :path: ../node_modules/react-native/ReactCommon/yoga
125
+    :path: "../node_modules/react-native/ReactCommon/yoga"
122
 
126
 
123
 SPEC CHECKSUMS:
127
 SPEC CHECKSUMS:
124
   boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
128
   boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
138
 
142
 
139
 PODFILE CHECKSUM: fb12a5ae406b901e95aeb1ab5ebbb02773c46ede
143
 PODFILE CHECKSUM: fb12a5ae406b901e95aeb1ab5ebbb02773c46ede
140
 
144
 
141
-COCOAPODS: 1.4.0
145
+COCOAPODS: 1.5.3

Loading…
Cancel
Save