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.
- Host: GitHub
- URL: https://github.com/chrisdhaan/cdyahookit
- Owner: chrisdhaan
- License: mit
- Created: 2016-07-29T05:22:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T06:30:48.000Z (almost 9 years ago)
- Last Synced: 2025-02-13T23:16:07.928Z (8 months ago)
- Topics: api, carthage, cocoapods, ios, objective-c, wrapper, yahoo
- Language: Objective-C
- Homepage:
- Size: 474 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CDYahooKit
[](https://travis-ci.org/chrisdhaan/CDYahooKit)
[](http://cocoapods.org/pods/CDYahooKit)
[](https://github.com/Carthage/Carthage)
[](http://cocoapods.org/pods/CDYahooKit)
[](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.
---