Fix SPM ompilation error
This commit is contained in:
2
YogaKit/Source/modulemap/YogaKit-umbrella.h
Normal file
2
YogaKit/Source/modulemap/YogaKit-umbrella.h
Normal file
@@ -0,0 +1,2 @@
|
||||
#import "../YogaKit.h"
|
||||
#import "../UIView+Yoga.h"
|
4
YogaKit/Source/modulemap/module.modulemap
Normal file
4
YogaKit/Source/modulemap/module.modulemap
Normal file
@@ -0,0 +1,4 @@
|
||||
module YogaKit {
|
||||
umbrella header "YogaKit-umbrella.h"
|
||||
export *
|
||||
}
|
Reference in New Issue
Block a user