Latest | 0.1.0-alpha |
---|---|
Homepage | https://github.com/ts95/CloudVisionSwift |
License | MIT |
Platforms | ios 8.0 |
Frameworks | UIKit |
Authors |
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. To install
it, simply add the following line to your Podfile:
pod 'CloudVisionSwift'
Author
ts95, [email protected]
License
CloudVisionSwift is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "CloudVisionSwift", "version": "0.1.0-alpha", "summary": "Swift client library for Google Cloud Vision", "description": "The missing Google Vision API library for Swift", "homepage": "https://github.com/ts95/CloudVisionSwift", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "ts95": "[email protected]" }, "source": { "git": "https://github.com/ts95/CloudVisionSwift.git", "tag": "0.1.0-alpha" }, "social_media_url": "https://twitter.com/ts95", "platforms": { "ios": "8.0" }, "source_files": "CloudVisionSwift/Classes/**/*.swift", "frameworks": "UIKit", "pushed_with_swift_version": "4" }
Wed, 13 Dec 2017 15:00:06 +0000