blob: e29949c58336c10b45627bd29a151d27a7afcceb [file] [log] [blame]
{
"name": "CloudVisionKit",
"version": "0.1.0",
"summary": "A Swift interface for Google's Cloud Vision API.",
"description": "The Google Cloud Vision API enables developers to use Google Vision technology within their own applications.\nThe Vision API allows easy integration of vision detection features within developer applications, including image labeling, face\nand landmark detection, optical character recognition (OCR), and tagging of explicit content.\n\nThis framework provides a Swift interface to the Google Cloud Vision API.",
"homepage": "https://github.com/mgcm/CloudVisionKit",
"license": "MIT",
"authors": {
"Milton Moura": "miltonmoura@gmail.com"
},
"source": {
"git": "https://github.com/mgcm/CloudVisionKit.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/mgcm",
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CloudVisionKit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"SwiftyJSON": [
"~> 2.3.1"
],
"Unbox": [
"~> 1.3"
]
}
}