An open API service indexing awesome lists of open source software.

https://github.com/chrisdhaan/cdyahookit

An extensive Objective C wrapper for the Yahoo Developers Social API.
https://github.com/chrisdhaan/cdyahookit

api carthage cocoapods ios objective-c wrapper yahoo

Last synced: 8 months ago
JSON representation

An extensive Objective C wrapper for the Yahoo Developers Social API.

Awesome Lists containing this project

README

          

# CDYahooKit

[![CI Status](http://img.shields.io/travis/chrisdhaan/CDYahooKit.svg?style=flat)](https://travis-ci.org/chrisdhaan/CDYahooKit)
[![Version](https://img.shields.io/cocoapods/v/CDYahooKit.svg?style=flat)](http://cocoapods.org/pods/CDYahooKit)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![License](https://img.shields.io/cocoapods/l/CDYahooKit.svg?style=flat)](http://cocoapods.org/pods/CDYahooKit)
[![Platform](https://img.shields.io/cocoapods/p/CDYahooKit.svg?style=flat)](http://cocoapods.org/pods/CDYahooKit)

This pod is currently in development. As of release 0.9.0 the code is stable and in a usable state to install in applications.

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

---

## Requirements

- iosSDK: 8.0
- [Yahoo API Access](https://developer.yahoo.com/apps/)

---

## Installation

### Installation via CocoaPods

CDYahooKit is available through [CocoaPods](http://cocoapods.org). CocoaPods is a dependency manager that automates and simplifies the process of using 3rd-party libraries like CDYahooKit in your projects. You can install CocoaPods with the following command:

```ruby
gem install cocoapods
```

To integrate CDYahooKit into your Xcode project using CocoaPods, simply add the following line to your Podfile:

```ruby
pod "CDYahooKit"
```

Afterwards, run the following command:

```ruby
pod install
```

### Installation via Carthage

CDYahooKit is available through [Carthage](https://github.com/Carthage/Carthage). Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage via [Homebrew](http://brew.sh) with the following command:

```ruby
brew update
brew install carthage
```

To integrate CDYahooKit into your Xcode project using Carthage, simply add the following line to your Cartfile:

```ruby
github "chrisdhaan/CDYahooKit
```

Afterwards, run the following command:

```ruby
carthage update
```

---

## Usage

### OAuth Usage

### Core Usage

---

## Author

Christopher de Haan, contact@christopherdehaan.me

## License

CDYahooKit is available under the MIT license. See the LICENSE file for more info.

---