[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 8 / b / HTMLString / 1.0.2 / HTMLString.podspec.json
blob9269007fc24ef46d7a573a0bbc9b9719a5734478
2   "name": "HTMLString",
3   "version": "1.0.2",
4   "summary": "Convert Strings that contains HTML in Swift",
5   "description": "HTMLString is a micro-library written in Swift that enables your app to convert Strings that contain HTML. It supports ASCII and Unicode escaping, as well as unescaping. You can use it with 2125 named escape sequences (`&`) as well as with decimal (`€`) and hexadecimal (`🙃`) sequences.",
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": "1.0.2"
24   },
25   "source_files": "Sources",
26   "pushed_with_swift_version": "3.0"