blob: 6a48b80abd1e46499960818460c99d5ce9574326 [file] [log] [blame]
{
"name": "CloudmersiveNLPApiClient",
"version": "1.1.3",
"summary": "nlpapi",
"description": "The powerful Natural Language Processing APIs let you perform part of speech tagging, entity identification, sentence parsing, and much more to help you understand the meaning of unstructured text.",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "SystemConfiguration",
"homepage": "https://github.com/Cloudmersive/Cloudmersive.APIClient.ObjectiveC.NLP",
"license": "Proprietary",
"source": {
"git": "https://github.com/Cloudmersive/Cloudmersive.APIClient.ObjectiveC.NLP.git",
"tag": "1.1.3"
},
"authors": {
"Cloudmersive": "support@cloudmersive.com"
},
"source_files": "client/CloudmersiveNLPApiClient/**/*.{m,h}",
"public_header_files": "client/CloudmersiveNLPApiClient/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 3"
],
"JSONModel": [
"~> 1.2"
],
"ISO8601": [
"~> 0.6"
]
}
}