sirnacnud / coinbase-ios-sdk

Coinbase SDK for iOS

Home Page:https://coinbase.com/docs/api/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, jbeal24@gmail.com

18XTMe1DwAVkpVMFmsN2YAb5FDbGcwKipG

License

Copyright (C) 2013-2014 Josh Beal

Distributed under the MIT License.

About

Coinbase SDK for iOS

https://coinbase.com/docs/api/overview

License:MIT License


Languages

Language:Objective-C 92.1%Language:Ruby 7.9%