Skip to content

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

License

Notifications You must be signed in to change notification settings

chrisdhaan/CDYahooKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDYahooKit

CI Status Version Carthage compatible License Platform

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


Installation

Installation via CocoaPods

CDYahooKit is available through CocoaPods. 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:

gem install cocoapods

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

pod "CDYahooKit"

Afterwards, run the following command:

pod install

Installation via Carthage

CDYahooKit is available through Carthage. Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage via Homebrew with the following command:

brew update
brew install carthage

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

github "chrisdhaan/CDYahooKit

Afterwards, run the following command:

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.