[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / b / f / WSLHTMLEntities / 1.0.1 / WSLHTMLEntities.podspec.json
blob073d092a03cd563a7968ba5da53cf4dbe517f4ed
2   "name": "WSLHTMLEntities",
3   "version": "1.0.1",
4   "summary": "Convert HTML Entities like › to their unicode equivalent.",
5   "description": "                   Convert HTML Entities like `›` to their unicode equivalent.\n                   \n                   This library uses Lex, which makes the code shorter and hopefully easier to understand\n                   and maintain than other implementations. The performance is\n                   [consistent](http://www.zx81.org.uk/computing/programming/what-you-forgot-from-your-computer-science-degree.html)\n                   for most entities.\n",
6   "homepage": "https://github.com/sdarlington/WSLHTMLEntities",
7   "license": {
8     "type": "Artistic",
9     "file": "LICENSE"
10   },
11   "authors": "Stephen Darlington",
12   "social_media_url": "http://twitter.com/sdarlington",
13   "platforms": {
14     "ios": "5.1"
15   },
16   "source": {
17     "git": "https://github.com/sdarlington/WSLHTMLEntities.git",
18     "tag": "1.0.1"
19   },
20   "source_files": [
21     "WSLHTMLEntities/WSLHTMLEntit*.{h,m,lm}",
22     "WSLHTMLEntities.h"
23   ],
24   "public_header_files": "WSLHTMLEntities.h",
25   "requires_arc": false