Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ts95/cloudvisionswift
Google Cloud Vision client library for Swift 4
https://github.com/ts95/cloudvisionswift
api cloud google swift4 vision
Last synced: 29 days ago
JSON representation
Google Cloud Vision client library for Swift 4
- Host: GitHub
- URL: https://github.com/ts95/cloudvisionswift
- Owner: ts95
- License: mit
- Created: 2017-12-12T08:22:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T13:03:53.000Z (about 7 years ago)
- Last Synced: 2024-11-22T11:19:14.352Z (about 2 months ago)
- Topics: api, cloud, google, swift4, vision
- Language: Swift
- Homepage:
- Size: 189 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CloudVisionSwift
[![Version](https://img.shields.io/cocoapods/v/CloudVisionSwift.svg?style=flat)](http://cocoapods.org/pods/CloudVisionSwift)
[![License](https://img.shields.io/cocoapods/l/CloudVisionSwift.svg?style=flat)](http://cocoapods.org/pods/CloudVisionSwift)
[![Platform](https://img.shields.io/cocoapods/p/CloudVisionSwift.svg?style=flat)](http://cocoapods.org/pods/CloudVisionSwift)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
* Swift 4## Installation
CloudVisionSwift is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'CloudVisionSwift'
```## Author
ts95, [email protected]
## License
CloudVisionSwift is available under the MIT license. See the LICENSE file for more info.