[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / d / 8 / GRKHTMLSummary / 1.0 / GRKHTMLSummary.podspec.json
blob435fa5c7ddcbd824816c7353d00476d7b2bada6f
2   "name": "GRKHTMLSummary",
3   "version": "1.0",
4   "summary": "Creates a plaintext rendering of HTML body content.",
5   "description": "A simple utility, which when given the content of an HTML file, will extract the text content from the body, stripping HTML tags, and format the plaintext in such a way as to be used as a \"preview\" of the body content.",
6   "homepage": "https://github.com/levigroker/GRKHTMLSummary",
7   "license": "Creative Commons Attribution 3.0 Unported License",
8   "authors": {
9     "Levi Brown": "levigroker@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/levigroker",
12   "source": {
13     "git": "https://github.com/levigroker/GRKHTMLSummary.git",
14     "tag": "1.0"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": "GRKHTMLSummary/**/*.{h,m}",
20   "frameworks": "Foundation",
21   "dependencies": {
22     "GTMNSStringHTMLAdditions": [
23       "~> 0.2"
24     ]
25   }