ios-github-repo-browser/Pods/Target Support Files/GithubAPI/GithubAPI.modulemap
2019-06-27 01:36:36 -04:00

6 lines
108 B
Text

framework module GithubAPI {
umbrella header "GithubAPI-umbrella.h"
export *
module * { export * }
}