I installed 'Mantle' using coco pod. But when I try to use it in my model, it is getting this error.
/Users/bgbb/Developer/experimental/MantleTest/MantleTest/TestMTL.h:11:32: Cannot find protocol declaration for 'MTLJSONSerializing'
#import "MTLModel.h"
@interface TestMTL : MTLModel <MTLJSONSerializing>
@end
This is my podfile.
platform :ios, '7.0'
pod 'Mantle', '1.1.2'
I am not sure what I am missing. Any clue?