Matt Sencenbaugh

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
3pods
To retrieve all information for EveryoneAPI use the following: EveryoneAPI *everyoneAPI = [[EveryoneAPI alloc] initWithAccountSID:@"ACb8444c3013dc40518e46b48c91f82ba0" withAuthToken:@"AUe90abecac85645ca8a314d41e9b55079"];
[everyoneAPI getInformation:EveryoneAPIReturnAllInfo forPhoneNumber:@"5551234567" withSuccessHandler:^(EveryoneAPIResponseObject *responseObject){
} withErrorHandler:^(NSError *error, NSNumber *statusCode, NSString *readableError){
}];
See the mask in EveryoneAPI.h for retrieving specific information, and EveryoneAPIResponseObject for an easy model wrapper
License: MIT
Pearson Dictionary is a verbose dictionary API you can access on (developer.pearson.com)[http://developer.pearson.com/]. This cocoapod is intended to provide easy iOS access to their (dictionary API)[http://developer.pearson.com/apis/dictionaries], but is still in the early stages of development. An API key is needed to use this cocoapod (it's free!).
License: MIT