- Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmodule.modulemap
10 lines (10 loc) · 562 Bytes
/
module.modulemap
1
2
3
4
5
6
7
8
9
10
module "googlemac_iPhone_Shared_SSOAuth_SSOAuth" {
export *
header "../../Pods/GTMSessionFetcher/Source/GTMGatherInputStream.h"
header "../../Pods/GTMSessionFetcher/Source/GTMMIMEDocument.h"
header "../../Pods/GTMSessionFetcher/Source/GTMReadMonitorInputStream.h"
header "../../Pods/GTMSessionFetcher/Source/GTMSessionFetcher.h"
header "../../Pods/GTMSessionFetcher/Source/GTMSessionFetcherLogging.h"
header "../../Pods/GTMSessionFetcher/Source/GTMSessionFetcherService.h"
header "../../Pods/GTMSessionFetcher/Source/GTMSessionUploadFetcher.h"
}