Security.iOS.modulemap
1 framework module Security [extern_c][system] { 2 umbrella header "Security.h" 3 4 export * 5 module * { 6 export * 7 } 8 9 10 explicit module CipherSuite { 11 header "CipherSuite.h" 12 export * 13 } 14 explicit module SecureTransport { 15 header "SecureTransport.h" 16 export * 17 } 18 19 } 20