Skip to content

sirnacnud/coinbase-ios-sdk

 
 

Repository files navigation

Coinbase iOS SDK

This open-source iOS library allows you to integrate Coinbase into your iOS application.

##Getting Started

  • Register your application on the Coinbase website.

  • Set Callback url to urn:ietf:wg:oauth:2.0:oob

Usage

To run the example project; clone the repo, and run pod install from the Examples/CoinbaseClient directory.

Requirements

The library requires iOS 6.0 or above and depends on the AFNetworking library.

Installation

Coinbase is available through CocoaPods, to install it simply add the following line to your Podfile:

pod "Coinbase"

Then run the install command::

pod install

Author

Josh Beal, [email protected]

18XTMe1DwAVkpVMFmsN2YAb5FDbGcwKipG

License

Copyright (C) 2013-2014 Josh Beal

Distributed under the MIT License.

Packages

 
 
 

Languages

  • Objective-C 92.1%
  • Ruby 7.9%