Trying to run the example as is. Xcode Version 7.1.1 (7B1005), December 2015
First got a "File not found" for in KFAWSCredentialsProvider.m for #import <Bolts/BFTask.h>
Adding pod 'Bolts' to Podfile fixed this.
Now getting error Expected a type on line 42 of KFAWSCredentialsProvider.h
It doesn't know what a AWSTask is, it seems.