hawk-objc implements the Hawk HTTP authentication scheme in Objective-C.
# Podfile
platform :osx, '10.8'
pod 'Hawk', :git => 'https://github.com/tent/hawk-objc.git'
#import <Hawk/HawkAuth.h>
# Podfile
platform :ios, '7.0'
pod 'Hawk', :git => 'https://github.com/tent/hawk-objc.git'
#import <Hawk/HawkAuth.h>
Open the workspace in Xcode 5 or later and run tests against the Hawk and libhawk build targets (cmd+U).