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.
To run the example project, clone the repo, and run pod install
from the Example directory first.
- iosSDK: 8.0
- Yahoo API Access
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
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
Christopher de Haan, contact@christopherdehaan.me
CDYahooKit is available under the MIT license. See the LICENSE file for more info.