added iOS source code
[wl-app.git] / iOS / Pods / Crashlytics / iOS / Crashlytics.framework / Modules / module.modulemap
1 framework module Crashlytics {
2     header "Crashlytics.h"
3     header "Answers.h"
4     header "ANSCompatibility.h"
5     header "CLSLogging.h"
6     header "CLSReport.h"
7     header "CLSStackFrame.h"
8     header "CLSAttributes.h"
9
10     export *
11
12     link "z"
13     link "c++"
14 }