-
Notifications
You must be signed in to change notification settings - Fork 85
/
.jazzy.yaml
63 lines (56 loc) · 1.34 KB
/
.jazzy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
module: LaunchDarkly
author: LaunchDarkly
author_url: https://launchdarkly.com
github_url: https://github.com/launchdarkly/ios-client-sdk
clean: true
swift_build_tool: spm
readme: README.md
documentation:
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE.txt
copyright: 'Copyright © 2019 Catamorphic Co.'
custom_categories:
- name: Core Classes
children:
- LDClient
- LDConfig
- LDContext
- LDContextBuilder
- Reference
- LDMultiContextBuilder
- LDEvaluationDetail
- LDValue
- name: Flag Change Observers
children:
- LDObserverOwner
- LDChangedFlag
- LDFlagChangeHandler
- LDFlagCollectionChangeHandler
- LDFlagsUnchangedHandler
- name: Connection Information
children:
- ConnectionInformation
- LDConnectionModeChangedHandler
- name: Other Types
children:
- LDStreamingMode
- LDFlagKey
- LDInvalidArgumentError
- RequestHeaderTransform
- name: Objective-C Core Interfaces
children:
- ObjcLDClient
- ObjcLDConfig
- ObjcLDReference
- ObjcLDContext
- ObjcLDChangedFlag
- ObjcLDValue
- ObjcLDValueType
- name: Objective-C EvaluationDetail Wrappers
children:
- ObjcLDBoolEvaluationDetail
- ObjcLDIntegerEvaluationDetail
- ObjcLDDoubleEvaluationDetail
- ObjcLDStringEvaluationDetail
- ObjcLDJSONEvaluationDetail