add module.modulemap

This commit is contained in:
Jack Flintermann
2015-09-16 20:15:48 -04:00
parent 2c7ac3bf0c
commit ff1be72e04
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
framework module AsyncDisplayKit {
umbrella header "AsyncDisplayKit.h"
export *
module * {
export *
}
explicit module ASControlNode_Subclasses {
header "ASControlNode+Subclasses.h"
export *
}
explicit module ASDisplayNode_Subclasses {
header "ASDisplayNode+Subclasses.h"
export *
}
}