preprocessorMacros
A list of preprocessor macros to apply when compiling the library source.
Declaration
var preprocessorMacros: [String : NSObject]? { get set }Discussion
Define the macros as a dictionary where each key is a string, and the values can be either an NSString or NSNumber instance.
The default value is nil.