Quellcode durchsuchen

[iOS] Update Podfile.lock

Syntax changed slightly with an update to CocoaPods.
master
Saúl Ibarra Corretgé vor 7 Jahren
Ursprung
Commit
535e5b4f64
1 geänderte Dateien mit 18 neuen und 14 gelöschten Zeilen
  1. 18
    14
      ios/Podfile.lock

+ 18
- 14
ios/Podfile.lock Datei anzeigen

@@ -92,33 +92,37 @@ DEPENDENCIES:
92 92
   - RNVectorIcons (from `../node_modules/react-native-vector-icons`)
93 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 99
 EXTERNAL SOURCES:
96 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 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 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 106
   React:
103
-    :path: ../node_modules/react-native
107
+    :path: "../node_modules/react-native"
104 108
   react-native-background-timer:
105
-    :path: ../node_modules/react-native-background-timer
109
+    :path: "../node_modules/react-native-background-timer"
106 110
   react-native-calendar-events:
107
-    :path: ../node_modules/react-native-calendar-events
111
+    :path: "../node_modules/react-native-calendar-events"
108 112
   react-native-fetch-blob:
109
-    :path: ../node_modules/react-native-fetch-blob
113
+    :path: "../node_modules/react-native-fetch-blob"
110 114
   react-native-keep-awake:
111
-    :path: ../node_modules/react-native-keep-awake
115
+    :path: "../node_modules/react-native-keep-awake"
112 116
   react-native-locale-detector:
113
-    :path: ../node_modules/react-native-locale-detector
117
+    :path: "../node_modules/react-native-locale-detector"
114 118
   react-native-webrtc:
115
-    :path: ../node_modules/react-native-webrtc
119
+    :path: "../node_modules/react-native-webrtc"
116 120
   RNSound:
117
-    :path: ../node_modules/react-native-sound
121
+    :path: "../node_modules/react-native-sound"
118 122
   RNVectorIcons:
119
-    :path: ../node_modules/react-native-vector-icons
123
+    :path: "../node_modules/react-native-vector-icons"
120 124
   yoga:
121
-    :path: ../node_modules/react-native/ReactCommon/yoga
125
+    :path: "../node_modules/react-native/ReactCommon/yoga"
122 126
 
123 127
 SPEC CHECKSUMS:
124 128
   boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
@@ -138,4 +142,4 @@ SPEC CHECKSUMS:
138 142
 
139 143
 PODFILE CHECKSUM: fb12a5ae406b901e95aeb1ab5ebbb02773c46ede
140 144
 
141
-COCOAPODS: 1.4.0
145
+COCOAPODS: 1.5.3

Laden…
Abbrechen
Speichern