[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 3 / 8 / b / HTMLString / 1.0.1 / HTMLString.podspec.json
blob47412ed47d8a34094b4051ebc6554b4a649b7ce3
2   "name": "HTMLString",
3   "version": "1.0.1",
4   "summary": "Deal with Strings that contains HTML in Swift",
5   "description": "`HTMLString` is a micro-library written in Swift that enables your app to deal with Strings that contain HTML. It supports ASCII and Unicode Escaping, 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.1"
24   },
25   "source_files": "Sources",
26   "frameworks": "Foundation"