Blame view

Pods/Target Support Files/SSZipArchive/SSZipArchive.modulemap 114 Bytes
be19e595   yangbin   9
1
2
3
4
5
6
  framework module SSZipArchive {
    umbrella header "SSZipArchive-umbrella.h"
  
    export *
    module * { export * }
  }