Blame view
Pods/Target Support Files/SwiftyJSON/SwiftyJSON.modulemap
110 Bytes
|
d774f0637
|
1 2 3 4 5 6 |
framework module SwiftyJSON {
umbrella header "SwiftyJSON-umbrella.h"
export *
module * { export * }
}
|
|
d774f0637
|
1 2 3 4 5 6 |
framework module SwiftyJSON {
umbrella header "SwiftyJSON-umbrella.h"
export *
module * { export * }
}
|