-
Notifications
You must be signed in to change notification settings - Fork 9k
Expand file tree
/
Copy pathHTMLString.podspec.json
More file actions
29 lines (29 loc) · 1.05 KB
/
HTMLString.podspec.json
File metadata and controls
29 lines (29 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "HTMLString",
"version": "6.0.1",
"summary": "Escape and unescape HTML entities in Swift",
"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.",
"homepage": "https://github.com/alexaubry/HTMLString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexis Aubry": "me@alexaubry.fr"
},
"social_media_url": "https://twitter.com/_alexaubry",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/alexaubry/HTMLString.git",
"tag": "6.0.1"
},
"source_files": "Sources/HTMLString/*.swift",
"documentation_url": "https://alexaubry.github.io/HTMLString/",
"swift_versions": "5.0",
"swift_version": "5.0"
}