There is an awesome Objective-C pod (this) i want to implement in my project but i don't get it to work.
As i understood i need to:
- Download the pod
platform :ios, '8.0'
use_frameworks!
pod 'SwiftyJSON'
pod 'KVNProgress'
- Create a Objective-C Header File
#import <KVNProgress/KVNProgress.h>
- Set 'Objective-C Bridging Header' under Application > Build Settings
Thats all but i don't understand why this isn't working