[Add] MixedObject 1.0.0
[CocoaPods.git] / Specs / 3 / 8 / b / HTMLString / 4.0.2 / HTMLString.podspec.json
blob2cdd9d0e9a17ef90d5816164282cd0209fe26ec1
2   "name": "HTMLString",
3   "version": "4.0.2",
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.2"
24   },
25   "source_files": "Sources/HTMLString/*.swift",
26   "documentation_url": "https://alexaubry.github.io/HTMLString/"