Files
GradientLoadingBar/Example/Pods/Target Support Files/Pods-GradientLoadingBar_Example/Pods-GradientLoadingBar_Example-dummy.m
T
Felix Mau f120514677 * exclude pod directory
This will fix an issue with Carthage, as the `_Pods.xcodeproj` is a symlink to `Example/Pods/Pods.xcodeproj` which now can be resolved.
2018-06-03 11:03:42 +02:00

6 lines
166 B
Objective-C

#import <Foundation/Foundation.h>
@interface PodsDummy_Pods_GradientLoadingBar_Example : NSObject
@end
@implementation PodsDummy_Pods_GradientLoadingBar_Example
@end