[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 8 / b / HTMLString / 3.0.0 / HTMLString.podspec.json
blobbebfdcbd2dfda4a096d630170efef2c26cf4d629
2   "name": "HTMLString",
3   "version": "3.0.0",
4   "summary": "Escape and unescape HTML entities in Swift",
5   "description": "`HTMLString` is a fast library written in Swift that enables your app to escape and unescape HTML entities in Strings. It supports both ASCII and Unicode. You can use it with 2125 keyboard (`&`), decimal (`€`) and hexadecimal (`🙃`) entities. It has native support for Swift's Extended Grapheme Clusters. Fully unit tested and documented.",
6   "homepage": "https://github.com/alexaubry/HTMLString",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexis Aubry Radanovic": "aleks@alexis-aubry-radanovic.me"
13   },
14   "social_media_url": "http://twitter.com/leksantoine",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/alexaubry/HTMLString.git",
23     "tag": "3.0.0"
24   },
25   "source_files": "Sources/HTMLString/*.swift",
26   "documentation_url": "https://alexaubry.github.io/HTMLString/",
27   "pushed_with_swift_version": "3.0.2"