mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
This will fix an issue with Carthage, as the `_Pods.xcodeproj` is a symlink to `Example/Pods/Pods.xcodeproj` which now can be resolved.
7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
framework module Pods_GradientLoadingBar_Example {
|
|
umbrella header "Pods-GradientLoadingBar_Example-umbrella.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|