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

tent/hawk-objc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).