Skip to content
This repository has been archived by the owner on Feb 16, 2018. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 581 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 581 Bytes

hawk-objc

hawk-objc implements the Hawk HTTP authentication scheme in Objective-C.

Installation

OS X

# Podfile
platform :osx, '10.8'
pod 'Hawk', :git => 'https://github.com/tent/hawk-objc.git'
#import <Hawk/HawkAuth.h>

iOS

# Podfile
platform :ios, '7.0'
pod 'Hawk', :git => 'https://github.com/tent/hawk-objc.git'
#import <Hawk/HawkAuth.h>

Testing

Open the workspace in Xcode 5 or later and run tests against the Hawk and libhawk build targets (cmd+U).