[Add] LastCrash 2.0.0
[CocoaPods.git] / Specs / 7 / b / 3 / SKPolygraph / 1.0.0 / SKPolygraph.podspec.json
blob3f432b303563f7267602883c9ff591b54145e324
2   "name": "SKPolygraph",
3   "version": "1.0.0",
4   "summary": "A cocoapod for simple sentiment analysis of English text.",
5   "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",
6   "homepage": "https://github.com/SandorUK/SKPolygraph",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sandor Kolotenko": ""
13   },
14   "social_media_url": "http://twitter.com/iSandor",
15   "platforms": {
16     "ios": null
17   },
18   "source": {
19     "git": "https://github.com/SandorUK/SKPolygraph.git",
20     "tag": "1.0.0"
21   },
22   "source_files": [
23     "SKPolygraph/SKWord.{h,m}",
24     "SKPolygraph/SKPolygraph.{h,m}"
25   ],
26   "exclude_files": "SKPolygraph/Demo/*",
27   "resources": "SKPolygraph/**/*.txt",
28   "requires_arc": true