File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ for FIRComponent registration. See examples of setting `GCC_PREPROCESSOR_DEFINIT
35
35
The Firebase library ` Foo ` should be defined in ` FirebaseFoo.podspec ` . All of its
36
36
contents should be in the ` FirebaseFoo ` directory.
37
37
38
- * FirebaseFoo/Sources - All source. Directory structure is up to the library owner. Any code from a
38
+ * ` FirebaseFoo/Sources ` - All source. Directory structure is up to the library owner. Any code from a
39
39
non-Google open source project should be nested under a ` third_party ` directory.
40
- * FirebaseFoo/Sources/Public - Public Headers.
41
- * FirebaseFoo/Sources/Private - Private Headers (headers not part of public API, but available for
40
+ * ` FirebaseFoo/Sources/Public ` - Public Headers.
41
+ * ` FirebaseFoo/Sources/Private ` - Private Headers (headers not part of public API, but available for
42
42
explicit import by other Firebase pods)
43
- * FirebaseFoo/Tests/Unit - Required (If the library only has unit tests, ` Unit ` can be omitted.)
44
- * FirebaseFoo/Tests/Integration - Encouraged
45
- * FirebaseFoo/Tests/Sample - Optional
46
- * FirebaseFoo/Tests/{Other} - Optional
43
+ * ` FirebaseFoo/Tests/Unit ` - Required (If the library only has unit tests, ` Unit ` can be omitted.)
44
+ * ` FirebaseFoo/Tests/Integration ` - Encouraged
45
+ * ` FirebaseFoo/Tests/Sample ` - Optional
46
+ * ` FirebaseFoo/Tests/{Other} ` - Optional
You can’t perform that action at this time.
0 commit comments