[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 3 / 8 / b / HTMLString / 4.0.1 / HTMLString.podspec.json
blob174df1f07011d3f1424e95291fcb2e79d986ad4d
2   "name": "HTMLString",
3   "version": "4.0.1",
4   "summary": "Escape and unescape HTML entities in Swift",
5   "description": "HTMLString is a fast library written in Swift that enables your program to add and remove HTML entities in Strings. It supports both ASCII and Unicode. You can use it with 2125 named (`&`), 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": "me@alexaubry.fr"
13   },
14   "social_media_url": "https://twitter.com/_alexaubry",
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": "4.0.1"
24   },
25   "source_files": "Sources/HTMLString/*.swift",
26   "documentation_url": "https://alexaubry.github.io/HTMLString/",
27   "pushed_with_swift_version": "4.0"