sabymike / hawk-objc

Hawk authentication implementation in Objective-C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Hawk authentication implementation in Objective-C

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Objective-C 99.0%Language:Ruby 1.0%