Latest | 0.0.4 |
---|---|
Homepage | https://github.com/google-books/rx-swift-api-client |
License | MIT |
Platforms | ios 8.0 |
Dependencies | RxSwift, RxCocoa, GoogleBooksApiClient |
Authors |
RxSwift wapper for Google Books API Client Library
RxGoogleBooksApiClient is RxSwift wrapper for the Google Books API Client Library.
Installation
The supported options:
CocoaPods
Add this to Podfile
# Podfile
use_frameworks!
target 'YOUR_TARGET_NAME' do
pod 'RxGoogleBooksApiClient'
end
$ pod install
Carthage
Add this to Cartfile
github "google-books/rx-swift-api-client"
$ carthage update
License
MIT
Latest podspec
{ "name": "RxGoogleBooksApiClient", "version": "0.0.4", "summary": "RxSwift wrapper for Google Books API Client Library", "description": "RxGoogleBooksApiClient is RxSwift wrapper for the Google Books API Client Library.", "homepage": "https://github.com/google-books/rx-swift-api-client", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "gomi_ningen": "[email protected]" }, "social_media_url": "https://twitter.com/gomi_ningen", "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/google-books/rx-swift-api-client.git", "tag": "0.0.4" }, "source_files": "RxGoogleBooksApiClient/**/*.swift", "dependencies": { "RxSwift": [ "~> 3.0" ], "RxCocoa": [ "~> 3.0" ], "GoogleBooksApiClient": [ "~> 0.0" ] }, "pushed_with_swift_version": "3.0" }
Thu, 09 Feb 2017 10:00:04 +0000