[Add] PingStorage 1.0.0
[CocoaPods.git] / Specs / 2 / 1 / 6 / IBMWatsonNaturalLanguageClassifierV1 / 0.34.0 / IBMWatsonNaturalLanguageClassifierV1.podspec.json
blob245ed1612491cf8a28eee06a2576c5b7d8253a42
2   "name": "IBMWatsonNaturalLanguageClassifierV1",
3   "version": "0.34.0",
4   "summary": "Client framework for the IBM Watson Natural Language Classifier service",
5   "description": "Natural Language Classifier can help your application understand the language of short texts and \nmake predictions about how to handle them. A classifier learns from your example data and then can \nreturn information for texts that it is not trained on.",
6   "homepage": "https://www.ibm.com/watson/services/natural-language-classifier/",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anthony Oliveri": "oliveri@us.ibm.com",
13     "Mike Kistler": "mkistler@us.ibm.com"
14   },
15   "module_name": "NaturalLanguageClassifier",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/watson-developer-cloud/swift-sdk.git",
21     "tag": "0.34.0"
22   },
23   "source_files": [
24     "Source/NaturalLanguageClassifierV1/**/*.swift",
25     "Source/SupportingFiles/Shared.swift"
26   ],
27   "exclude_files": "Source/NaturalLanguageClassifierV1/Shared.swift",
28   "dependencies": {
29     "IBMWatsonRestKit": [
30       "1.2.0"
31     ]
32   }