blob: 3f432b303563f7267602883c9ff591b54145e324 [file] [log] [blame]
{
"name": "SKPolygraph",
"version": "1.0.0",
"summary": "A cocoapod for simple sentiment analysis of English text.",
"description": "This is a CocoaPod that can be used for simple sentiment analysis of an English text. Sentiment analysis aims to determine the attitude of a speaker or a writer with respect to some topic or the overall contextual polarity of a text. Simply put it tells you whether the text is \"happy\" or \"sad\".\n\nFor instance \"It was a good sunny day\" will score 2.0 points, meaning it is a positive text and \"It was rainy and cold day\" will be graded as negative.\n",
"homepage": "https://github.com/SandorUK/SKPolygraph",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sandor Kolotenko": ""
},
"social_media_url": "http://twitter.com/iSandor",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/SandorUK/SKPolygraph.git",
"tag": "1.0.0"
},
"source_files": [
"SKPolygraph/SKWord.{h,m}",
"SKPolygraph/SKPolygraph.{h,m}"
],
"exclude_files": "SKPolygraph/Demo/*",
"resources": "SKPolygraph/**/*.txt",
"requires_arc": true
}