|
1 | 1 | {
|
2 |
| - "xcodebuild_arguments": ["-project", "ReSwift.xcodeproj", "-scheme", "ReSwift-macOS"], |
3 |
| - "swift_version": "2.2", |
| 2 | + "xcodebuild_arguments": ["-project", "ReactiveReSwift.xcodeproj", "-scheme", "ReactiveReSwift-macOS"], |
| 3 | + "swift_version": "3.0.1", |
4 | 4 | "author": "ReSwift",
|
5 |
| - "author_url": "https://github.com/ReSwift/ReSwift", |
6 |
| - "module": "ReSwift", |
| 5 | + "author_url": "https://github.com/ReSwift/ReactiveReSwift", |
| 6 | + "module": "ReactiveReSwift", |
7 | 7 | "readme": "Docs/tmp/compile/README.md",
|
8 | 8 | "theme": "Docs/jazzy-theme/",
|
9 | 9 |
|
|
13 | 13 | "custom_categories": [{
|
14 | 14 | "name": "Documentation",
|
15 | 15 | "children": [
|
16 |
| - "About ReSwift", |
17 |
| - "Why ReSwift", |
| 16 | + "About ReactiveReSwift", |
| 17 | + "Why ReactiveReSwift", |
18 | 18 | "Getting Started Guide",
|
19 | 19 | "Installation",
|
20 |
| - "Checking out Source Code", |
21 |
| - "Demo", |
22 |
| - "Extensions", |
| 20 | + "Reactive Extensions", |
23 | 21 | "Example Projects",
|
24 | 22 | "Contributing",
|
25 | 23 | "Credits",
|
|
28 | 26 | "License"
|
29 | 27 | ]
|
30 | 28 | }, {
|
31 |
| - "name": "Stores", |
| 29 | + "name": "Core", |
32 | 30 | "children": [
|
33 | 31 | "Store",
|
34 | 32 | "StoreType",
|
35 |
| - "StoreSubscriber", |
36 |
| - "AnyStoreSubscriber" |
37 |
| - ] |
38 |
| - }, { |
39 |
| - "name": "State", |
40 |
| - "children": [ |
41 |
| - "StateType" |
42 |
| - ] |
43 |
| - }, { |
44 |
| - "name": "Actions", |
45 |
| - "children": [ |
| 33 | + "StateType", |
46 | 34 | "Action",
|
47 |
| - "StandardAction", |
48 |
| - "StandardActionConvertible", |
49 |
| - "ReSwiftInit" |
50 |
| - ] |
51 |
| - }, { |
52 |
| - "name": "Reducers", |
53 |
| - "children": [ |
54 | 35 | "Reducer",
|
55 |
| - "AnyReducer", |
56 |
| - "CombinedReducer" |
| 36 | + "Middleware" |
57 | 37 | ]
|
58 | 38 | }, {
|
59 |
| - "name": "Utilities", |
| 39 | + "name": "Reactive", |
60 | 40 | "children": [
|
61 |
| - "Coding" |
| 41 | + "StreamType", |
| 42 | + "ObservablePropertyType", |
| 43 | + "SubscriptionReferenceType", |
| 44 | + "ObservableProperty", |
| 45 | + "ObservablePropertySubscriptionReference", |
| 46 | + "SubscriptionReferenceBag" |
62 | 47 | ]
|
63 | 48 | }],
|
64 | 49 |
|
65 | 50 | "string-replacements": {
|
66 | 51 | "Docs/img": "img",
|
67 |
| - "http://reswift.github.io/ReSwift/master/getting-started-guide.html": "getting-started-guide.html", |
| 52 | + "http://reswift.github.io/ReactiveReSwift/master/getting-started-guide.html": "getting-started-guide.html", |
68 | 53 | "#contributing": "contributing.html"
|
69 | 54 | }
|
70 | 55 | }
|
0 commit comments