File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -31,20 +31,25 @@ locations described via the Podfile syntax documented
31
31
32
32
** CocoaPods 1.4.0** or later is required.
33
33
34
+ If source pods are included, ** FirebaseCore** must also be included.
35
+
34
36
For example, to access FirebaseMessaging via a checked out version of the
35
37
firebase-ios-sdk repo do:
36
38
37
39
```
38
40
pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk'
41
+ pod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk'
39
42
```
40
43
To access via a branch:
41
44
```
42
45
pod 'FirebaseFirestore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master'
46
+ pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master'
43
47
```
44
48
45
49
To access via a tag (Release tags will be available starting with Firebase 4.7.0:
46
50
```
47
51
pod 'FirebaseAuth', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :tag => '4.7.0'
52
+ pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :tag => '4.7.0'
48
53
```
49
54
50
55
If your Podfile does not include * use_frameworks!* , you need to workaround
You can’t perform that action at this time.
0 commit comments