-
Notifications
You must be signed in to change notification settings - Fork 2
/
App Reviews.dot
51 lines (47 loc) · 1.67 KB
/
App Reviews.dot
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
digraph G {
node [shape=box];
"SliceLayer" -> {};
"SUAppcastItem" -> "SUExport";
"Sparkle" -> {};
"Pods-SimpleCocoaAnalytics-umbrella" -> "AnalyticsEvent";
"Pods-SimpleCocoaAnalytics-umbrella" -> "AnalyticsHelper";
"EDStarRating" -> {};
"SUExport" -> {};
"Pods-SwiftyJSON-dummy" -> {};
"SUVersionComparisonProtocol" -> "SUExport";
"Objective-C-BridgingHeader" -> "PieChart";
"Pods-SimpleCocoaAnalytics-dummy" -> {};
"Pods-dummy" -> {};
"SUVersionDisplayProtocol" -> "SUExport";
"AnalyticsEvent" -> {};
"SUErrors" -> "SUExport";
"Pods-Alamofire-umbrella" -> {};
"Pods-umbrella" -> {};
"SUAppcast" -> "SUExport";
"Pods-environment" -> {};
"Pods-SwiftyJSON-umbrella" -> {};
"Pods-Alamofire-dummy" -> {};
"BackgroundView" -> {};
"SUUpdater" -> "SUVersionComparisonProtocol";
"SUUpdater" -> "SUVersionDisplayProtocol";
"SUUpdater" -> "SUExport";
"SUStandardVersionComparator" -> "SUVersionComparisonProtocol";
"SUStandardVersionComparator" -> "SUExport";
"Pods-EDStarRating-dummy" -> {};
"PieChart" -> "BackgroundView";
"PieChart" -> "SliceLayer";
"AnalyticsHelper" -> "AnalyticsEvent";
"Pods-EDStarRating-umbrella" -> "EDStarRating";
"Pods-SwiftyJSON-prefix" [color=red];
"Pods-SwiftyJSON-prefix" -> "Pods-environment" [color=red];
"Pods-Alamofire-prefix" [color=red];
"Pods-Alamofire-prefix" -> "Pods-environment" [color=red];
"Pods-EDStarRating-prefix" [color=red];
"Pods-EDStarRating-prefix" -> "Pods-environment" [color=red];
"Pods-SimpleCocoaAnalytics-prefix" [color=red];
"Pods-SimpleCocoaAnalytics-prefix" -> "Pods-environment" [color=red];
edge [color=blue, dir=both];
edge [color=black];
node [shape=plaintext];
"Categories" [label="NSColor+CGColor"];
}