[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / f / WSLHTMLEntities / 1.0.3 / WSLHTMLEntities.podspec.json
blobb023fe098ea210899e52b5dbdccd65cb9c5d66f4
2   "name": "WSLHTMLEntities",
3   "version": "1.0.3",
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     "osx": "10.10"
16   },
17   "source": {
18     "git": "https://github.com/sdarlington/WSLHTMLEntities.git",
19     "tag": "1.0.3"
20   },
21   "source_files": [
22     "WSLHTMLEntities/WSLHTMLEntit*.{h,m,lm}",
23     "WSLHTMLEntities.h"
24   ],
25   "public_header_files": "WSLHTMLEntities.h",
26   "requires_arc": false